Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1783 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in InstrumentAllFunctions() argument
1796 auto *BPI = LookupBPI(F); in InstrumentAllFunctions()
1821 auto LookupBPI = [&FAM](Function &F) { in run() local
1828 if (!InstrumentAllFunctions(M, LookupTLI, LookupBPI, LookupBFI, IsCS)) in run()
1961 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in annotateAllFunctions() argument
2023 auto *BPI = LookupBPI(F); in annotateAllFunctions()
2165 auto LookupBPI = [&FAM](Function &F) { in run() local
2175 LookupTLI, LookupBPI, LookupBFI, PSI, IsCS)) in run()