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

References

lib/Transforms/Scalar/NewGVN.cpp
 1385     const auto *LastCC = ExpressionToClass.lookup(LastStore);
 1391     if (LastCC && LastCC->getStoredValue() == LastStore->getStoredValue())
 1392       return LastStore;
 1397     if (auto *LI = dyn_cast<LoadInst>(LastStore->getStoredValue()))
 1399            LastStore->getOperand(0)) &&
 1402         return LastStore;
 1403     deleteExpression(LastStore);