reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 3268         UserParent = PN->getIncomingBlock(*I->use_begin());
 3270         UserParent = UserInst->getParent();
 3272       if (UserParent != BB) {
 3276           if (*SI == UserParent) {
 3284         if (UserIsSuccessor && UserParent->getUniquePredecessor()) {
 3286           if (TryToSinkInstruction(I, UserParent)) {