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

References

lib/Transforms/Coroutines/CoroFrame.cpp
 1412       for (User *U : Alloc->users()) {
 1413         if (Checker.isDefinitionAcrossSuspend(*Alloc, U))
 1414           Spills.emplace_back(Alloc, U);