Searched refs:UserParent (Results 1 – 3 of 3) sorted by relevance
1969 BasicBlock *UserParent; in DoOneIteration() local1973 UserParent = PN->getIncomingBlock(I->use_begin().getUse()); in DoOneIteration()1975 UserParent = UserInst->getParent(); in DoOneIteration()1977 if (UserParent != BB) { in DoOneIteration()1981 if (*SI == UserParent) { in DoOneIteration()1989 if (UserIsSuccessor && UserParent->getSinglePredecessor()) in DoOneIteration()1991 MadeIRChange |= TryToSinkInstruction(I, UserParent); in DoOneIteration()
2815 BasicBlock *UserParent; in run() local2819 UserParent = PN->getIncomingBlock(*I->use_begin()); in run()2821 UserParent = UserInst->getParent(); in run()2823 if (UserParent != BB) { in run()2827 if (*SI == UserParent) { in run()2835 if (UserIsSuccessor && UserParent->getSinglePredecessor()) { in run()2837 if (TryToSinkInstruction(I, UserParent)) { in run()
3006 BasicBlock *UserParent; in run() local3010 UserParent = PN->getIncomingBlock(*I->use_begin()); in run()3012 UserParent = UserInst->getParent(); in run()3014 if (UserParent != BB) { in run()3018 if (*SI == UserParent) { in run()3026 if (UserIsSuccessor && UserParent->getUniquePredecessor()) { in run()3028 if (TryToSinkInstruction(I, UserParent)) { in run()