Searched refs:LookupBPI (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1958 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in InstrumentAllFunctions() argument 1982 BranchProbabilityInfo *BPI = LookupBPI(F); in InstrumentAllFunctions() 2013 auto LookupBPI = [&FAM](Function &F) { in run() local 2023 if (!InstrumentAllFunctions(M, LookupTLI, LookupBPI, LookupBFI, LookupLI, in run() 2158 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in annotateAllFunctions() argument 2235 BranchProbabilityInfo *BPI = LookupBPI(F); in annotateAllFunctions() 2381 auto LookupBPI = [&FAM](Function &F) { in run() local 2393 LookupTLI, LookupBPI, LookupBFI, LookupLI, PSI, in run()
|