Home
last modified time | relevance | path

Searched refs:LookupBPI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1866 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in InstrumentAllFunctions() argument
1888 auto *BPI = LookupBPI(F); in InstrumentAllFunctions()
1915 auto LookupBPI = [&FAM](Function &F) { in run() local
1922 if (!InstrumentAllFunctions(M, LookupTLI, LookupBPI, LookupBFI, IsCS)) in run()
2054 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in annotateAllFunctions() argument
2128 auto *BPI = LookupBPI(F); in annotateAllFunctions()
2270 auto LookupBPI = [&FAM](Function &F) { in run() local
2279 LookupTLI, LookupBPI, LookupBFI, PSI, IsCS)) in run()