Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Parent

4646         BasicBlock *Parent = PN->getParent();
4647 Loop *PNLoop = LI.getLoopFor(Parent);
4648 if (!PNLoop || Parent != PNLoop->getHeader()) {
4651 if (!Parent->isLandingPad()) {
4652 NewBB = SplitCriticalEdge(BB, Parent,
4658 SplitLandingPadPredecessors(Parent, BB, "", "", NewBBs, &DT, &LI);