Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp806 Module &M, function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in InstrumentAllFunctions() argument
812 auto *BPI = LookupBPI(F); in InstrumentAllFunctions()
823 auto LookupBPI = [this](Function &F) { in runOnModule() local
829 return InstrumentAllFunctions(M, LookupBPI, LookupBFI); in runOnModule()
836 auto LookupBPI = [&FAM](Function &F) { in run() local
844 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI)) in run()
852 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in annotateAllFunctions() argument
885 auto *BPI = LookupBPI(F); in annotateAllFunctions()
927 auto LookupBPI = [&FAM](Function &F) { in run() local
935 if (!annotateAllFunctions(M, ProfileFileName, LookupBPI, LookupBFI)) in run()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1385 Module &M, function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in InstrumentAllFunctions() argument
1394 auto *BPI = LookupBPI(F); in InstrumentAllFunctions()
1405 auto LookupBPI = [this](Function &F) { in runOnModule() local
1411 return InstrumentAllFunctions(M, LookupBPI, LookupBFI); in runOnModule()
1417 auto LookupBPI = [&FAM](Function &F) { in run() local
1425 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI)) in run()
1433 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI, in annotateAllFunctions() argument
1468 auto *BPI = LookupBPI(F); in annotateAllFunctions()
1542 auto LookupBPI = [&FAM](Function &F) { in run() local
1550 if (!annotateAllFunctions(M, ProfileFileName, LookupBPI, LookupBFI)) in run()
[all …]