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

  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 85 size_t OldSize = Infos.size();
86 Infos[Filename].FilenameID = OldSize;
  /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/Support/
SmallPtrSet.cpp 132 unsigned OldSize = CurArraySize;
153 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize;
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp     [all...]
  /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/lib/Transforms/Scalar/
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 406 size_t OldSize = LifetimeExtendedCleanupStack.size();
410 char *Buffer = &LifetimeExtendedCleanupStack[OldSize];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]

Completed in 260 milliseconds