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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  194   for (auto *CE : Shape.CoroEnds)
 1281   for (auto End : Shape.CoroEnds) {
 1347   for (CoroEndInst *CE : Shape.CoroEnds)
lib/Transforms/Coroutines/CoroSplit.cpp
  489   for (CoroEndInst *CE : Shape.CoroEnds) {
  785   for (auto End : Shape.CoroEnds) {
lib/Transforms/Coroutines/Coroutines.cpp
  227   Shape.CoroEnds.clear();
  308         CoroEnds.push_back(cast<CoroEndInst>(II));
  309         if (CoroEnds.back()->isFallthrough()) {
  312           if (CoroEnds.size() > 1) {
  313             if (CoroEnds.front()->isFallthrough())
  316             std::swap(CoroEnds.front(), CoroEnds.back());
  316             std::swap(CoroEnds.front(), CoroEnds.back());
  344     for (CoroEndInst *CE : CoroEnds)