Home
last modified time | relevance | path

Searched refs:UserParent (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2780 BasicBlock *UserParent; in run() local
2784 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()