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

  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 23 template <class PtrType, unsigned SmallSize> class SmallPtrSet;
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 65 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) :
66 SmallArray(SmallStorage), CurArray(SmallStorage), CurArraySize(SmallSize) {
67 assert(SmallSize && (SmallSize & (SmallSize-1)) == 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.
238 enum { SmallSizePowTwo = RoundUpToPowerOfTwo<SmallSize>::Val }
    [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 8020 milliseconds