Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1969 BasicBlock *UserParent; in DoOneIteration() local
1973 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()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2815 BasicBlock *UserParent; in run() local
2819 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3006 BasicBlock *UserParent; in run() local
3010 UserParent = PN->getIncomingBlock(*I->use_begin()); in run()
3012 UserParent = UserInst->getParent(); in run()
3014 if (UserParent != BB) { in run()
3018 if (*SI == UserParent) { in run()
3026 if (UserIsSuccessor && UserParent->getUniquePredecessor()) { in run()
3028 if (TryToSinkInstruction(I, UserParent)) { in run()