Searched refs:RemoveBlocks (Results 1 – 1 of 1) sorted by relevance
193 void convertIf(SmallVectorImpl<MachineBasicBlock *> &RemoveBlocks,715 void SSAIfConv::convertIf(SmallVectorImpl<MachineBasicBlock *> &RemoveBlocks, in convertIf() argument767 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() local1119 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()[all …]