Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp777 bool shouldConvertIf();
865 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter
1029 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()
1099 bool shouldConvertIf();
1126 bool EarlyIfPredicator::shouldConvertIf() { in shouldConvertIf() function in EarlyIfPredicator
1168 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()