Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp603 bool shouldConvertIf();
676 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter
764 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()