Searched refs:RtC (Results 1 – 1 of 1) sorted by relevance
9597 uint64_t RtC = *CheckCost.getValue(); in areRuntimeChecksProfitable() local9599 uint64_t MinTC1 = Div == 0 ? 0 : divideCeil(RtC * IntVF, Div); in areRuntimeChecksProfitable()9608 uint64_t MinTC2 = divideCeil(RtC * 10, ScalarC); in areRuntimeChecksProfitable()