Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1464 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, bool IsCS) { in InstrumentAllFunctions() argument
1476 auto *BFI = LookupBFI(F); in InstrumentAllFunctions()
1496 auto LookupBFI = [this](Function &F) { in runOnModule() local
1499 return InstrumentAllFunctions(M, LookupBPI, LookupBFI, IsCS); in runOnModule()
1509 auto LookupBFI = [&FAM](Function &F) { in run() local
1513 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI, IsCS)) in run()
1522 function_ref<BlockFrequencyInfo *(Function &)> LookupBFI, in annotateAllFunctions() argument
1569 auto *BFI = LookupBFI(F); in annotateAllFunctions()
1658 auto LookupBFI = [&FAM](Function &F) { in run() local
1665 LookupBPI, LookupBFI, PSI, IsCS)) in run()
[all …]