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

References

lib/Transforms/Coroutines/CoroEarly.cpp
  186             F.addFnAttr(CORO_PRESPLIT_ATTR, UNPREPARED_FOR_SPLIT);
  195         F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT);
lib/Transforms/Coroutines/CoroElide.cpp
  299     if (F.hasFnAttribute(CORO_PRESPLIT_ATTR))
lib/Transforms/Coroutines/CoroSplit.cpp
 1390   F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT);
 1547         if (F->hasFnAttribute(CORO_PRESPLIT_ATTR))
 1562       Attribute Attr = F->getFnAttribute(CORO_PRESPLIT_ATTR);
 1570       F->removeFnAttr(CORO_PRESPLIT_ATTR);