Lines Matching refs:tc
368 bool InductionVarRange::IsFinite(HLoopInformation* loop, /*out*/ int64_t* tc) const {
372 IsConstant(trip->op_a, kExact, tc);
552 // analysis (finding max a * (TC - 1) + OFFSET for a == 1 and TC = UPPER - OFFSET or finding
553 // min a * (TC - 1) + OFFSET for a == -1 and TC = OFFSET - UPPER) to avoid losing information
592 // General rule of linear induction a * i + b, for normalized 0 <= i < TC.
1326 // Linear induction a * i + b, for normalized 0 <= i < TC. For ranges, this should