Searched refs:MinTC1 (Results 1 – 1 of 1) sorted by relevance
9599 uint64_t MinTC1 = Div == 0 ? 0 : divideCeil(RtC * IntVF, Div); in areRuntimeChecksProfitable() local9613 uint64_t MinTC = std::max(MinTC1, MinTC2); in areRuntimeChecksProfitable()