Home
last modified time | relevance | path

Searched refs:shouldConvertIf (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp783 bool shouldConvertIf();
871 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter
1035 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()
1105 bool shouldConvertIf();
1132 bool EarlyIfPredicator::shouldConvertIf() { in shouldConvertIf() function in EarlyIfPredicator
1174 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()