Searched refs:NBPI (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2033 BranchProbabilityInfo &NBPI) { in fixFuncEntryCount() argument 2035 BlockFrequencyInfo NBFI(F, NBPI, LI); in fixFuncEntryCount() 2080 BranchProbabilityInfo &NBPI, in verifyFuncBFI() argument 2084 BlockFrequencyInfo NBFI(F, NBPI, LI); in verifyFuncBFI() 2316 BranchProbabilityInfo NBPI(F, LI); in annotateAllFunctions() local 2320 fixFuncEntryCount(Func, LI, NBPI); in annotateAllFunctions() 2328 verifyFuncBFI(Func, LI, NBPI, HotCountThreshold, ColdCountThreshold); in annotateAllFunctions()
|