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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2713 BasicBlock *UserParent; local
2717 UserParent = PN->getIncomingBlock(*I->use_begin());
2719 UserParent = UserInst->getParent();
2721 if (UserParent != BB) {
2725 if (*SI == UserParent) {
2733 if (UserIsSuccessor && UserParent->getSinglePredecessor())
2735 MadeIRChange |= TryToSinkInstruction(I, UserParent);

Completed in 290 milliseconds