Lines Matching refs:SSAIfConv
82 class SSAIfConv { class
199 bool SSAIfConv::canSpeculateInstrs(MachineBasicBlock *MBB) { in canSpeculateInstrs()
254 bool SSAIfConv::InstrDependenciesAllowIfConv(MachineInstr *I) { in InstrDependenciesAllowIfConv()
293 bool SSAIfConv::canPredicateInstrs(MachineBasicBlock *MBB) { in canPredicateInstrs()
343 void SSAIfConv::PredicateBlock(MachineBasicBlock *MBB, bool ReversePredicate) { in PredicateBlock()
370 bool SSAIfConv::findInsertionPoint() { in findInsertionPoint()
438 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf()
613 void SSAIfConv::replacePHIInstrs() { in replacePHIInstrs()
641 void SSAIfConv::rewritePHIOperands() { in rewritePHIOperands()
683 void SSAIfConv::convertIf(SmallVectorImpl<MachineBasicBlock *> &RemovedBlocks, in convertIf()
769 SSAIfConv IfConv;
809 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()
963 for (SSAIfConv::PHIInfo &PI : IfConv.PHIs) { in shouldConvertIf()
1121 SSAIfConv IfConv;