Searched refs:shouldConvertIf (Results 1 – 1 of 1) sorted by relevance
779 bool shouldConvertIf();867 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter1031 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()1101 bool shouldConvertIf();1128 bool EarlyIfPredicator::shouldConvertIf() { in shouldConvertIf() function in EarlyIfPredicator1170 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()