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

References

lib/Transforms/Coroutines/CoroFrame.cpp
 1368             Spills.emplace_back(&I, U);
 1370     if (Spills.empty())
 1374     LLVM_DEBUG(dump("Materializations", Spills));
 1375     rewriteMaterializableInstructions(Builder, Spills);
 1376     Spills.clear();
 1383         Spills.emplace_back(&A, U);
 1414           Spills.emplace_back(Alloc, U);
 1430         Spills.emplace_back(&I, U);
 1433   LLVM_DEBUG(dump("Spills", Spills));
 1434   Shape.FrameTy = buildFrameType(F, Shape, Spills);
 1435   Shape.FramePtr = insertSpills(Spills, Shape);