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