Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp781 bool shouldConvertIf();
867 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter
1062 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()
1132 bool shouldConvertIf();
1159 bool EarlyIfPredicator::shouldConvertIf() { in shouldConvertIf() function in EarlyIfPredicator
1201 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()