Lines Matching defs:BFICountValue
2026 uint64_t BFICountValue = 0;
2031 BFICountValue = *BFICount;
2033 SumBFICount.add(APFloat(BFICountValue * 1.0), APFloat::rmNearestTiesToEven);
2074 uint64_t BFICountValue = 0;
2083 BFICountValue = *BFICount;
2087 bool BFIIsHot = BFICountValue >= HotCountThreshold;
2101 (BFICountValue < PGOVerifyBFICutoff))
2103 uint64_t Diff = (BFICountValue >= CountValue)
2104 ? BFICountValue - CountValue
2105 : CountValue - BFICountValue;
2116 << " BFI_Count=" << ore::NV("Count", BFICountValue);