Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Parent

1250   BasicBlock *Parent = SI.getParent();
1251 if (BasicBlock *Dom = Parent->getSinglePredecessor()) {
1255 (PBI->getSuccessor(0) == Parent || PBI->getSuccessor(1) == Parent)) {
1256 bool CondIsFalse = PBI->getSuccessor(1) == Parent;