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

References

lib/Transforms/Coroutines/CoroFrame.cpp
 1388     if (isCoroutineStructureIntrinsic(I) || &I == Shape.CoroBegin)
 1388     if (isCoroutineStructureIntrinsic(I) || &I == Shape.CoroBegin)
 1394         Shape.SwitchLowering.PromiseAlloca == &I)
 1398     if (auto AI = dyn_cast<CoroAllocaAllocInst>(&I)) {
 1420     if (isa<CoroAllocaGetInst>(I)) {
 1424     for (User *U : I.users())
 1425       if (Checker.isDefinitionAcrossSuspend(I, U)) {
 1427         if (I.getType()->isTokenTy())
 1430         Spills.emplace_back(&I, U);