Lines Matching refs:Cycles
853 struct Cycles { struct
857 template <typename Remark> Remark &operator<<(Remark &R, Cycles C) { in operator <<()
900 << Cycles{"ResLength", ResLength} in shouldConvertIf()
902 << Cycles{"MinCrit", MinCrit} << ") by more than the threshold of " in shouldConvertIf()
903 << Cycles{"CritLimit", CritLimit} in shouldConvertIf()
986 << Cycles{"CondCycles", Cond.Extra} << " to the critical path"; in shouldConvertIf()
989 << Cycles{"ShortCycles", Short.Extra}; in shouldConvertIf()
992 << Cycles{"LongCycles", Long.Extra}; in shouldConvertIf()
994 << Cycles{"CritLimit", CritLimit} << "."; in shouldConvertIf()
1002 << Cycles{"CondCycles", Cond.Extra} << " to the critical path"; in shouldConvertIf()
1004 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit}; in shouldConvertIf()
1007 << Cycles{"ShortCycles", Short.Extra}; in shouldConvertIf()
1009 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit}; in shouldConvertIf()
1013 << Cycles{"LongCycles", Long.Extra}; in shouldConvertIf()
1015 R << " exceeding the limit of " << Cycles{"CritLimit", CritLimit}; in shouldConvertIf()
1133 unsigned Cycles = 0; in shouldConvertIf() local
1137 Cycles += NumCycles - 1; in shouldConvertIf()
1141 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()