Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp775 bool tryConvertIf(MachineBasicBlock*);
1027 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfConverter
1069 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1098 bool tryConvertIf(MachineBasicBlock *);
1166 bool EarlyIfPredicator::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfPredicator
1202 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()