Lines Matching refs:BFICountValue
1943 uint64_t BFICountValue = 0; in fixFuncEntryCount() local
1948 BFICountValue = *BFICount; in fixFuncEntryCount()
1950 SumBFICount.add(APFloat(BFICountValue * 1.0), APFloat::rmNearestTiesToEven); in fixFuncEntryCount()
1991 uint64_t BFICountValue = 0; in verifyFuncBFI() local
2000 BFICountValue = *BFICount; in verifyFuncBFI()
2004 bool BFIIsHot = BFICountValue >= HotCountThreshold; in verifyFuncBFI()
2018 (BFICountValue < PGOVerifyBFICutoff)) in verifyFuncBFI()
2020 uint64_t Diff = (BFICountValue >= CountValue) in verifyFuncBFI()
2021 ? BFICountValue - CountValue in verifyFuncBFI()
2022 : CountValue - BFICountValue; in verifyFuncBFI()
2033 << " BFI_Count=" << ore::NV("Count", BFICountValue); in verifyFuncBFI()