Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp105 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI,
125 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI,
187 auto GetBPI = [this](Function &F) { in runOnModule() local
193 return Profiler.runOnModule(M, GetBFI, GetBPI, GetTLI); in runOnModule()
607 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI, in runOnModule() argument
621 emitProfileNotes(CUNode, HasExecOrFork, GetBFI, GetBPI, this->GetTLI); in runOnModule()
635 auto GetBPI = [&FAM](Function &F) { in run() local
642 if (!Profiler.runOnModule(M, GetBFI, GetBPI, GetTLI)) in run()
815 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI, in emitProfileNotes() argument
858 BranchProbabilityInfo *BPI = GetBPI(F); in emitProfileNotes()