Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp99 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI,
119 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI,
553 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI, in runOnModule() argument
567 emitProfileNotes(CUNode, HasExecOrFork, GetBFI, GetBPI, this->GetTLI); in runOnModule()
581 auto GetBPI = [&FAM](Function &F) { in run() local
588 if (!Profiler.runOnModule(M, GetBFI, GetBPI, GetTLI)) in run()
761 function_ref<BranchProbabilityInfo *(Function &F)> GetBPI, in emitProfileNotes() argument
806 BranchProbabilityInfo *BPI = GetBPI(F); in emitProfileNotes()