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