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

References

lib/Transforms/Coroutines/CoroEarly.cpp
  157   for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) {
  157   for (auto IB = inst_begin(F), IE = inst_end(F); IB != IE;) {
  186             F.addFnAttr(CORO_PRESPLIT_ATTR, UNPREPARED_FOR_SPLIT);
  195         F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT);