Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp181 bool canConvertIf(MachineBasicBlock *MBB, bool Predicate = false);
432 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf() function in SSAIfConv
1029 while (IfConv.canConvertIf(MBB) && shouldConvertIf()) { in tryConvertIf()
1168 while (IfConv.canConvertIf(MBB, /*Predicate*/ true) && shouldConvertIf()) { in tryConvertIf()