Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp183 bool canConvertIf(MachineBasicBlock *MBB, bool Predicate = false);
434 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf() function in SSAIfConv
1031 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()
1170 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()