Searched refs:UserParent (Results 1 – 1 of 1) sorted by relevance
3323 BasicBlock *UserParent; in run() local3327 UserParent = PN->getIncomingBlock(*I->use_begin()); in run()3329 UserParent = UserInst->getParent(); in run()3331 if (UserParent != BB) { in run()3335 if (*SI == UserParent) { in run()3343 if (UserIsSuccessor && UserParent->getUniquePredecessor()) { in run()3345 if (TryToSinkInstruction(I, UserParent)) { in run()