Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1940 BranchProbabilityInfo &NBPI) { in fixFuncEntryCount() argument
1942 BlockFrequencyInfo NBFI(F, NBPI, LI); in fixFuncEntryCount()
1987 BranchProbabilityInfo &NBPI, in verifyFuncBFI() argument
1991 BlockFrequencyInfo NBFI(F, NBPI, LI); in verifyFuncBFI()
2208 BranchProbabilityInfo NBPI(F, LI); in annotateAllFunctions() local
2212 fixFuncEntryCount(Func, LI, NBPI); in annotateAllFunctions()
2220 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()