Lines Matching defs:Cycles
869 struct Cycles {
873 template <typename Remark> Remark &operator<<(Remark &R, Cycles C) {
948 << Cycles{"ResLength", ResLength}
950 << Cycles{"MinCrit", MinCrit} << ") by more than the threshold of "
951 << Cycles{"CritLimit", CritLimit}
1033 << Cycles{"CondCycles", Cond.Extra} << " to the critical path";
1036 << Cycles{"ShortCycles", Short.Extra};
1039 << Cycles{"LongCycles", Long.Extra};
1041 << Cycles{"CritLimit", CritLimit} << ".";
1049 << Cycles{"CondCycles", Cond.Extra} << " to the critical path";
1051 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit};
1054 << Cycles{"ShortCycles", Short.Extra};
1056 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit};
1060 << Cycles{"LongCycles", Long.Extra};
1062 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit};
1209 unsigned Cycles = 0;
1213 Cycles += NumCycles - 1;
1217 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost,