Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1615 BranchProbabilityInfo &NBPI) { in fixFuncEntryCount() argument
1617 BlockFrequencyInfo NBFI(F, NBPI, LI); in fixFuncEntryCount()
1662 BranchProbabilityInfo &NBPI, in verifyFuncBFI() argument
1666 BlockFrequencyInfo NBFI(F, NBPI, LI); in verifyFuncBFI()
1875 BranchProbabilityInfo NBPI(F, LI); in annotateAllFunctions() local
1879 fixFuncEntryCount(Func, LI, NBPI); in annotateAllFunctions()
1887 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()