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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  433     if (CurrentDef == S.def())
  436     CurrentDef = S.def();
  438     if (CurrentDef == PromiseAlloca)
  443     if (auto *AI = dyn_cast<AllocaInst>(CurrentDef)) {
  458       Ty = CurrentDef->getType();