Searched refs:shouldConvertIf (Results 1 – 1 of 1) sorted by relevance
825 bool shouldConvertIf();920 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter1115 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()1214 bool shouldConvertIf();1241 bool EarlyIfPredicator::shouldConvertIf() { in shouldConvertIf() function in EarlyIfPredicator1283 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()