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

  /external/llvm/include/llvm/ADT/
BitVector.h 206 unsigned OldSize = Size;
208 if (t || N < OldSize)
DenseMap.h 900 unsigned OldSize = this->size();
905 if (OldSize) {
906 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 242 int OldSize = Slices.size();
244 auto SliceI = Slices.begin() + OldSize;
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 696 unsigned OldSize = GVs.size();
701 if (GVs.size() < OldSize)
718 unsigned OldSize = Functions.size();
721 if (Functions.size() < OldSize)
735 unsigned OldSize = Blocks.size();
737 if (Blocks.size() < OldSize)
Miscompilation.cpp 543 unsigned OldSize = Blocks.size();
557 if (Blocks.size() == OldSize)
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 409 size_t OldSize = LifetimeExtendedCleanupStack.size();
415 char *Buffer = &LifetimeExtendedCleanupStack[OldSize];
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 449 unsigned OldSize = OldVT.getStoreSizeInBits();
458 return (OldSize < 32);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 712 milliseconds