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

References

lib/Transforms/Instrumentation/InstrProfiling.cpp
  451     BPI.reset(new BranchProbabilityInfo(*F, LI, &GetTLI(*F)));
  452     BFI.reset(new BlockFrequencyInfo(*F, *BPI, LI));
  459     Loop *ParentLoop = LI.getLoopFor(BB);
  465   SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder();
  470     PGOCounterPromoter Promoter(LoopPromotionCandidates, *Loop, LI, BFI.get());