HomeSort by relevance Sort by last modified time
    Searched refs:LookupBPI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 806 Module &M, function_ref<BranchProbabilityInfo *(Function &)> LookupBPI,
812 auto *BPI = LookupBPI(F);
823 auto LookupBPI = [this](Function &F) {
829 return InstrumentAllFunctions(M, LookupBPI, LookupBFI);
836 auto LookupBPI = [&FAM](Function &F) {
844 if (!InstrumentAllFunctions(M, LookupBPI, LookupBFI))
852 function_ref<BranchProbabilityInfo *(Function &)> LookupBPI,
885 auto *BPI = LookupBPI(F);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp     [all...]

Completed in 145 milliseconds