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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp598 bool tryConvertIf(MachineBasicBlock*);
761 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { function in class:EarlyIfConverter
792 // if-conversion in a single pass. The tryConvertIf() function may erase
797 if (tryConvertIf(I->getBlock()))

Completed in 103 milliseconds