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

References

lib/Transforms/Coroutines/CoroFrame.cpp
  130       UseBB = UseBB->getSinglePredecessor();
  130       UseBB = UseBB->getSinglePredecessor();
  131       assert(UseBB && "should have split coro.suspend into its own block");
  134     return hasPathCrossingSuspendPoint(DefBB, UseBB);