Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:UserParent

1969       BasicBlock *UserParent;
1973 UserParent = PN->getIncomingBlock(I->use_begin().getUse());
1975 UserParent = UserInst->getParent();
1977 if (UserParent != BB) {
1981 if (*SI == UserParent) {
1989 if (UserIsSuccessor && UserParent->getSinglePredecessor())
1991 MadeIRChange |= TryToSinkInstruction(I, UserParent);