reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1565 if (F.isDeclaration()) 1567 auto *BPI = LookupBPI(F); 1568 auto *BFI = LookupBFI(F); 1571 SplitIndirectBrCriticalEdges(F, BPI, BFI); 1572 PGOUseFunc Func(F, &M, ComdatMembers, BPI, BFI, PSI, IsCS); 1577 F.setEntryCount(ProfileCount(0, Function::PCT_Real)); 1579 ColdFunctions.push_back(&F); 1588 ColdFunctions.push_back(&F); 1590 HotFunctions.push_back(&F); 1593 F.getName().equals(ViewBlockFreqFuncName))) { 1594 LoopInfo LI{DominatorTree(F)}; 1596 std::make_unique<BranchProbabilityInfo>(F, LI); 1598 std::make_unique<BlockFrequencyInfo>(F, *NewBPI, LI); 1608 F.getName().equals(ViewBlockFreqFuncName))) {