Searched refs:UserParent (Results 1 – 1 of 1) sorted by relevance
2780 BasicBlock *UserParent; in run() local2784 UserParent = PN->getIncomingBlock(*I->use_begin()); in run()2786 UserParent = UserInst->getParent(); in run()2788 if (UserParent != BB) { in run()2792 if (*SI == UserParent) { in run()2800 if (UserIsSuccessor && UserParent->getSinglePredecessor()) { in run()2802 if (TryToSinkInstruction(I, UserParent)) { in run()