Searched refs:LookupBFI (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 807 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI) { in InstrumentAllFunctions() argument 813 auto *BFI = LookupBFI(F); in InstrumentAllFunctions() 826 auto LookupBFI = [this](Function &F) { in runOnModule() local 829 return InstrumentAllFunctions(M, LookupBPI, LookupBFI); in runOnModule() 840 auto LookupBFI = [&FAM](Function &F) { in run() local 844 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI)) in run() 853 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI) { in annotateAllFunctions() argument 886 auto *BFI = LookupBFI(F); in annotateAllFunctions() 931 auto LookupBFI = [&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/ |
D | PGOInstrumentation.cpp | 1386 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI) { in InstrumentAllFunctions() argument 1395 auto *BFI = LookupBFI(F); in InstrumentAllFunctions() 1408 auto LookupBFI = [this](Function &F) { in runOnModule() local 1411 return InstrumentAllFunctions(M, LookupBPI, LookupBFI); in runOnModule() 1421 auto LookupBFI = [&FAM](Function &F) { in run() local 1425 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI)) in run() 1434 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI) { in annotateAllFunctions() argument 1469 auto *BFI = LookupBFI(F); in annotateAllFunctions() 1546 auto LookupBFI = [&FAM](Function &F) { in run() local 1550 if (!annotateAllFunctions(M, ProfileFileName, LookupBPI, LookupBFI)) in run() [all …]
|