Home | History | Annotate | Download | only in Utils

Lines Matching refs:ParentBB

200         BasicBlock *ParentBB = SI->getParent();
201 DefaultDest->removePredecessor(ParentBB);
205 DDT->deleteEdge(ParentBB, DefaultDest);
310 BasicBlock *ParentBB = IBI->getParent();
312 DestBB->removePredecessor(ParentBB);
314 Updates.push_back({DominatorTree::Delete, ParentBB, DestBB});