Searched refs:UserParent (Results 1 – 2 of 2) 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()