Lines Matching refs:RemoveBlocks
193 void convertIf(SmallVectorImpl<MachineBasicBlock *> &RemoveBlocks,
715 void SSAIfConv::convertIf(SmallVectorImpl<MachineBasicBlock *> &RemoveBlocks, in convertIf() argument
767 RemoveBlocks.push_back(TBB); in convertIf()
772 RemoveBlocks.push_back(FBB); in convertIf()
785 RemoveBlocks.push_back(Tail); in convertIf()
1118 SmallVector<MachineBasicBlock *, 4> RemoveBlocks; in tryConvertIf() local
1119 IfConv.convertIf(RemoveBlocks); in tryConvertIf()
1121 updateDomTree(DomTree, IfConv, RemoveBlocks); in tryConvertIf()
1122 for (MachineBasicBlock *MBB : RemoveBlocks) in tryConvertIf()
1124 updateLoops(Loops, RemoveBlocks); in tryConvertIf()
1285 SmallVector<MachineBasicBlock *, 4> RemoveBlocks; in tryConvertIf() local
1286 IfConv.convertIf(RemoveBlocks, /*Predicate*/ true); in tryConvertIf()
1288 updateDomTree(DomTree, IfConv, RemoveBlocks); in tryConvertIf()
1289 for (MachineBasicBlock *MBB : RemoveBlocks) in tryConvertIf()
1291 updateLoops(Loops, RemoveBlocks); in tryConvertIf()