Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp779 bool tryConvertIf(MachineBasicBlock*);
1060 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfConverter
1102 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1131 bool tryConvertIf(MachineBasicBlock *);
1199 bool EarlyIfPredicator::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfPredicator
1235 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()