Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:UserParent

2815       BasicBlock *UserParent;
2819 UserParent = PN->getIncomingBlock(*I->use_begin());
2821 UserParent = UserInst->getParent();
2823 if (UserParent != BB) {
2827 if (*SI == UserParent) {
2835 if (UserIsSuccessor && UserParent->getSinglePredecessor()) {
2837 if (TryToSinkInstruction(I, UserParent)) {