Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1675 BranchProbabilityInfo &NBPI) { in fixFuncEntryCount() argument
1677 BlockFrequencyInfo NBFI(F, NBPI, LI); in fixFuncEntryCount()
1722 BranchProbabilityInfo &NBPI, in verifyFuncBFI() argument
1726 BlockFrequencyInfo NBFI(F, NBPI, LI); in verifyFuncBFI()
1923 BranchProbabilityInfo NBPI(F, LI); in annotateAllFunctions() local
1927 fixFuncEntryCount(Func, LI, NBPI); in annotateAllFunctions()
1935 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()