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

References

lib/Transforms/Utils/SSAUpdater.cpp
  420         if (StoredValue) {
  421           replaceLoadWithValue(L, StoredValue);
  422           L->replaceAllUsesWith(StoredValue);
  423           ReplacedLoads[L] = StoredValue;
  436         StoredValue = SI->getOperand(0);
  441     assert(StoredValue && "Already checked that there is a store in block");
  442     SSA.AddAvailableValue(BB, StoredValue);