Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp781 bool tryConvertIf(MachineBasicBlock*);
1063 bool EarlyIfConverter::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfConverter
1105 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()
1134 bool tryConvertIf(MachineBasicBlock *);
1202 bool EarlyIfPredicator::tryConvertIf(MachineBasicBlock *MBB) { in tryConvertIf() function in EarlyIfPredicator
1238 if (tryConvertIf(DomNode->getBlock())) in runOnMachineFunction()