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

References

lib/CodeGen/RegAllocGreedy.cpp
 1521   VirtRegAuxInfo VRAI(*MF, *LIS, VRM, getAnalysis<MachineLoopInfo>(), *MBFI);
 1564     VirtRegAuxInfo VRAI(*MF, *LIS, VRM, getAnalysis<MachineLoopInfo>(), *MBFI);
 1848                MBFI->printBlockFreq(dbgs(), BestCost) << '\n');
 1915                MBFI->printBlockFreq(dbgs(), Cost));
 1943       MBFI->printBlockFreq(dbgs(), Cost) << " with bundles";
 2315     (1.0f / MBFI->getEntryFreq());
 2853   uint64_t ActualEntry = MBFI->getEntryFreq();
 2888     Out.push_back(HintInfo(MBFI->getBlockFreq(Instr.getParent()), OtherReg,
 3233   MBFI = &getAnalysis<MachineBlockFrequencyInfo>();
 3245   calculateSpillWeightsAndHints(*LIS, mf, VRM, *Loops, *MBFI);
 3250   SE.reset(new SplitEditor(*SA, *AA, *LIS, *VRM, *DomTree, *MBFI));