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

  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 67 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) :
68 SmallArray(SmallStorage), CurArray(SmallStorage), CurArraySize(SmallSize) {
69 assert(SmallSize && (SmallSize & (SmallSize-1)) == 0 &&
73 CurArray[SmallSize] = 0;
232 /// SmallSize or less elements. This internally rounds up SmallSize to the next
235 template<class PtrType, unsigned SmallSize>
237 // Make sure that SmallSize is a power of two, round up if not
    [all...]
SmallBitVector.h 273 size_t SmallSize = getSmallSize();
274 BitVector *BV = new BitVector(SmallSize);
275 for (size_t i = 0; i < SmallSize; ++i)
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 26 template<class PtrType, unsigned SmallSize>
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 32 milliseconds