HomeSort by relevance Sort by last modified time
    Searched defs:OldSize (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/ADT/
BitVector.h 223 unsigned OldSize = Size;
225 if (t || N < OldSize)
DenseMap.h 887 unsigned OldSize = this->size();
892 if (OldSize) {
893 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 479 unsigned OldSize = GVs.size();
484 if (GVs.size() < OldSize)
502 unsigned OldSize = Functions.size();
505 if (Functions.size() < OldSize)
520 unsigned OldSize = Blocks.size();
522 if (Blocks.size() < OldSize)
Miscompilation.cpp 571 unsigned OldSize = Blocks.size();
585 if (Blocks.size() == OldSize)
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 406 size_t OldSize = LifetimeExtendedCleanupStack.size();
410 char *Buffer = &LifetimeExtendedCleanupStack[OldSize];
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 223 milliseconds