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.cpp823 bool tryConvertIf(MachineBasicBlock *);
1113 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfConverter
1152 if (tryConvertIf(DomNode->getBlock())) in run()
1213 bool tryConvertIf(MachineBasicBlock *);
1281 bool EarlyIfPredicator::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfPredicator
1319 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()