Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp620 bool shouldConvertIf();
693 bool EarlyIfConverter::shouldConvertIf() { in shouldConvertIf() function in EarlyIfConverter
781 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()