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

References

lib/CodeGen/CodeGenPrepare.cpp
  431   BFI.reset(new BlockFrequencyInfo(F, *BPI, *LI));
  437     if (PSI->isFunctionHotInCallGraph(&F, *BFI))
  439     else if (PSI->isFunctionColdInCallGraph(&F, *BFI))
  739   BlockFrequency PredFreq = BFI->getBlockFreq(Pred);
  740   BlockFrequency BBFreq = BFI->getBlockFreq(BB);
  745       BBFreq += BFI->getBlockFreq(SameValueBB);