Searched refs:LookupBPI (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1562 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in InstrumentAllFunctions() argument 1577 auto *BPI = LookupBPI(F); in InstrumentAllFunctions() 1599 auto LookupBPI = [&FAM](Function &F) { in run() local 1606 if (!InstrumentAllFunctions(M, LookupTLI, LookupBPI, LookupBFI, IsCS)) in run() 1738 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in annotateAllFunctions() argument 1805 auto *BPI = LookupBPI(F); in annotateAllFunctions() 1937 auto LookupBPI = [&FAM](Function &F) { in run() local 1947 LookupTLI, LookupBPI, LookupBFI, PSI, IsCS)) in run()
|