Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp777 bool tryConvertIf(MachineBasicBlock*);
1029 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfConverter
1071 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1100 bool tryConvertIf(MachineBasicBlock *);
1168 bool EarlyIfPredicator::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfPredicator
1204 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()