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

References

lib/Transforms/Scalar/NewGVN.cpp
 1071     if (I)
 1072       LLVM_DEBUG(dbgs() << "Simplified " << *I << " to "
 1080     if (I)
 1081       LLVM_DEBUG(dbgs() << "Simplified " << *I << " to "
 1089     if (CC->getLeader() && CC->getLeader() != I) {
 1092       if (I != V) {
 1094         if (!AllTempInstructions.count(I))
 1095           addAdditionalUsers(V, I);
 1102       if (I != V) {
 1104         if (!AllTempInstructions.count(I))
 1105           addAdditionalUsers(V, I);
 1108       if (I)
 1109         LLVM_DEBUG(dbgs() << "Simplified " << *I << " to "