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

References

lib/Transforms/Coroutines/CoroInternal.h
  134     return cast<CoroIdInst>(CoroBegin->getId());
  140     return cast<AnyCoroIdRetconInst>(CoroBegin->getId());
lib/Transforms/Coroutines/CoroSplit.cpp
  769     coro::replaceCoroFree(cast<CoroIdInst>(VMap[Shape.CoroBegin->getId()]),
  974   auto *CoroId = CoroBegin->getId();
 1201   auto *Id = cast<AnyCoroIdRetconInst>(Shape.CoroBegin->getId());
lib/Transforms/Coroutines/Coroutines.cpp
  293         auto Id = dyn_cast<CoroIdInst>(CB->getId());
  350   auto Id = CoroBegin->getId();