Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp598 bool tryConvertIf(MachineBasicBlock*);
761 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfConverter
796 if (tryConvertIf(I->getBlock())) in runOnMachineFunction()