Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp781 bool tryConvertIf(MachineBasicBlock*);
1033 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfConverter
1075 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1104 bool tryConvertIf(MachineBasicBlock *);
1172 bool EarlyIfPredicator::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfPredicator
1208 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()