reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
70 resize(NewSize);
lib/CodeGen/LiveIntervals.cpp 138 VirtRegIntervals.resize(MRI->getNumVirtRegs());
lib/CodeGen/LiveRangeCalc.cpp 48 Map.resize(NumBlocks);
lib/CodeGen/RegAllocFast.cpp 1308 StackSlotForVirtReg.resize(NumVirtRegs);
lib/CodeGen/RegAllocGreedy.cpp260 ExtraRegInfo.resize(MRI->getNumVirtRegs()); 266 ExtraRegInfo.resize(MRI->getNumVirtRegs()); 1776 ExtraRegInfo.resize(MRI->getNumVirtRegs()); 2043 ExtraRegInfo.resize(MRI->getNumVirtRegs()); 2135 ExtraRegInfo.resize(MRI->getNumVirtRegs()); 3252 ExtraRegInfo.resize(MRI->getNumVirtRegs());lib/CodeGen/VirtRegMap.cpp
78 Virt2PhysMap.resize(NumRegs); 79 Virt2StackSlotMap.resize(NumRegs); 80 Virt2SplitMap.resize(NumRegs);lib/Target/ARM/ARMLegalizerInfo.cpp
256 FCmp32Libcalls.resize(CmpInst::LAST_FCMP_PREDICATE + 1); 282 FCmp64Libcalls.resize(CmpInst::LAST_FCMP_PREDICATE + 1); 312 FCmp32Libcalls.resize(CmpInst::LAST_FCMP_PREDICATE + 1); 330 FCmp64Libcalls.resize(CmpInst::LAST_FCMP_PREDICATE + 1);tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
107 BlockIdNameMap.resize(BlockIdCount); 133 RecordIdNameMap.resize(RecordIdCount);tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.cpp
49 InverseMap.resize(6);