Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp613 bool shouldConvertIf();
686 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter
774 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp612 bool shouldConvertIf();
685 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter
773 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()