Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1931 BranchProbabilityInfo &NBPI) { in fixFuncEntryCount() argument
1933 BlockFrequencyInfo NBFI(F, NBPI, LI); in fixFuncEntryCount()
1978 BranchProbabilityInfo &NBPI, in verifyFuncBFI() argument
1982 BlockFrequencyInfo NBFI(F, NBPI, LI); in verifyFuncBFI()
2205 BranchProbabilityInfo NBPI(F, LI); in annotateAllFunctions() local
2209 fixFuncEntryCount(Func, LI, NBPI); in annotateAllFunctions()
2217 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()