Lines Matching defs:Cycles
855 struct Cycles {
859 template <typename Remark> Remark &operator<<(Remark &R, Cycles C) {
934 << Cycles{"ResLength", ResLength}
936 << Cycles{"MinCrit", MinCrit} << ") by more than the threshold of "
937 << Cycles{"CritLimit", CritLimit}
1019 << Cycles{"CondCycles", Cond.Extra} << " to the critical path";
1022 << Cycles{"ShortCycles", Short.Extra};
1025 << Cycles{"LongCycles", Long.Extra};
1027 << Cycles{"CritLimit", CritLimit} << ".";
1035 << Cycles{"CondCycles", Cond.Extra} << " to the critical path";
1037 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit};
1040 << Cycles{"ShortCycles", Short.Extra};
1042 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit};
1046 << Cycles{"LongCycles", Long.Extra};
1048 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit};
1166 unsigned Cycles = 0;
1170 Cycles += NumCycles - 1;
1174 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost,