reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/BranchRelaxation.cpp
  154   BlockInfo.resize(MF->getNumBlockIDs());
lib/CodeGen/CFIInstrInserter.cpp
   55     MBBVector.resize(MF.getNumBlockIDs());
lib/CodeGen/EdgeBundles.cpp
   42   EC.grow(2 * MF->getNumBlockIDs());
   59   for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) {
lib/CodeGen/ExecutionDomainFix.cpp
  452   MBBOutRegsInfos.resize(mf.getNumBlockIDs());
lib/CodeGen/IfConversion.cpp
  474   BBAnalysis.resize(MF.getNumBlockIDs());
lib/CodeGen/InlineSpiller.cpp
  149         IPA(LIS, mf.getNumBlockIDs()) {}
lib/CodeGen/InterferenceCache.cpp
  112   Blocks.resize(MF->getNumBlockIDs());
lib/CodeGen/LiveIntervals.cpp
  212   RegMaskBlocks.resize(MF->getNumBlockIDs());
lib/CodeGen/LiveRangeCalc.cpp
   44   unsigned NumBlocks = MF->getNumBlockIDs();
  457     unsigned N = MF->getNumBlockIDs();
  591   BitVector DefBlocks(MF.getNumBlockIDs());
lib/CodeGen/LiveVariables.cpp
  628   PHIVarInfo.resize(MF->getNumBlockIDs());
lib/CodeGen/LoopTraversal.cpp
   26   MBBInfos.assign(MF.getNumBlockIDs(), MBBInfo());
lib/CodeGen/MachineTraceMetrics.cpp
   73   BlockInfo.resize(MF->getNumBlockIDs());
   74   ProcResourceCycles.resize(MF->getNumBlockIDs() *
  409   assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size");
  587   assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() &&
lib/CodeGen/MachineVerifier.cpp
 2756   SPState.resize(MF->getNumBlockIDs());
lib/CodeGen/PrologEpilogInserter.cpp
 1145   SPState.resize(MF.getNumBlockIDs());
lib/CodeGen/ReachingDefAnalysis.cpp
  143   MBBReachingDefs.resize(mf.getNumBlockIDs());
  148   MBBOutRegsInfos.resize(mf.getNumBlockIDs());
lib/CodeGen/SlotIndexes.cpp
   64   MBBRanges.resize(mf->getNumBlockIDs());
lib/CodeGen/SpillPlacement.cpp
  207   BlockFrequencies.resize(mf.getNumBlockIDs());
lib/CodeGen/SplitKit.cpp
  154       TII(*MF.getSubtarget().getInstrInfo()), IPA(lis, MF.getNumBlockIDs()) {}
  212   ThroughBlocks.resize(MF.getNumBlockIDs());
lib/CodeGen/SwitchLoweringUtils.cpp
  318       BitVector Dests(FuncInfo.MF->getNumBlockIDs());
  367   BitVector Dests(FuncInfo.MF->getNumBlockIDs());
lib/Target/AArch64/AArch64CompressJumpTables.cpp
   75   BlockInfo.resize(MF->getNumBlockIDs());
lib/Target/AMDGPU/SIModeRegister.cpp
  376   BlockInfo.resize(MF.getNumBlockIDs());
lib/Target/ARM/ARMBasicBlockInfo.cpp
  126              << "   - blocks: " << MF.getNumBlockIDs() << "\n");
  128   for(unsigned i = BBNum + 1, e = MF.getNumBlockIDs(); i < e; ++i) {
lib/Target/ARM/ARMBasicBlockInfo.h
  125     BBInfo.resize(MF.getNumBlockIDs());
lib/Target/ARM/Thumb2SizeReduction.cpp
 1134   BlockInfo.resize(MF.getNumBlockIDs());
lib/Target/Hexagon/HexagonFrameLowering.cpp
  546     unsigned MaxBN = MF.getNumBlockIDs();
lib/Target/MSP430/MSP430BranchSelector.cpp
   93   BlockOffsets.resize(MF->getNumBlockIDs());
lib/Target/Mips/MipsConstantIslandPass.cpp
  640   BBInfo.resize(MF->getNumBlockIDs());
 1014   for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) {
lib/Target/PowerPC/PPCBranchSelector.cpp
  268   BlockSizes.resize(Fn.getNumBlockIDs());
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
  247   SmallVector<unsigned, 16> NumPredsLeft(MF.getNumBlockIDs(), 0);
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
 1172   ScopeTops.resize(MF.getNumBlockIDs());
 1274   ScopeTops.resize(MF.getNumBlockIDs() + 1);
lib/Target/X86/X86CondBrFolding.cpp
  392   MBBInfos.resize(MF.getNumBlockIDs());
lib/Target/X86/X86VZeroUpper.cpp
  311   BlockStates.resize(MF.getNumBlockIDs());
unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
   72   ASSERT_EQ(MF->getNumBlockIDs(), 1u);
   81   ASSERT_EQ(MF->getNumBlockIDs(), 3u);