HomeSort by relevance Sort by last modified time
    Searched refs:SmallSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 66 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) :
67 SmallArray(SmallStorage), CurArray(SmallStorage), CurArraySize(SmallSize) {
68 assert(SmallSize && (SmallSize & (SmallSize-1)) == 0 &&
72 CurArray[SmallSize] = 0;
231 /// SmallSize or less elements. This internally rounds up SmallSize to the next
234 template<class PtrType, unsigned SmallSize>
236 // Make sure that SmallSize is a power of two, round up if not
    [all...]
SmallBitVector.h 266 size_t SmallSize = getSmallSize();
267 BitVector *BV = new BitVector(SmallSize);
268 for (size_t i = 0; i < SmallSize; ++i)
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 26 template<class PtrType, unsigned SmallSize>

Completed in 86 milliseconds