Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp181 bool canConvertIf(MachineBasicBlock *MBB, bool Predicate = false);
438 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf() function in SSAIfConv
1062 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()
1201 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()