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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1969 BasicBlock *UserParent; local
1973 UserParent = PN->getIncomingBlock(I->use_begin().getUse());
1975 UserParent = UserInst->getParent();
1977 if (UserParent != BB) {
1981 if (*SI == UserParent) {
1989 if (UserIsSuccessor && UserParent->getSinglePredecessor())
1991 MadeIRChange |= TryToSinkInstruction(I, UserParent);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2815 BasicBlock *UserParent; local
2819 UserParent = PN->getIncomingBlock(*I->use_begin());
2821 UserParent = UserInst->getParent();
2823 if (UserParent != BB) {
2827 if (*SI == UserParent) {
2835 if (UserIsSuccessor && UserParent->getSinglePredecessor()) {
2837 if (TryToSinkInstruction(I, UserParent)) {

Completed in 251 milliseconds