Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:UserParent

3006       BasicBlock *UserParent;
3010 UserParent = PN->getIncomingBlock(*I->use_begin());
3012 UserParent = UserInst->getParent();
3014 if (UserParent != BB) {
3018 if (*SI == UserParent) {
3026 if (UserIsSuccessor && UserParent->getUniquePredecessor()) {
3028 if (TryToSinkInstruction(I, UserParent)) {