Searched refs:CORO_PRESPLIT_ATTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp181 F.addFnAttr(CORO_PRESPLIT_ATTR, UNPREPARED_FOR_SPLIT);
190 F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT);
H A DCoroSplit.cpp1520 F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT);
1666 if (N.getFunction().hasFnAttribute(CORO_PRESPLIT_ATTR))
1679 Attribute Attr = F.getFnAttribute(CORO_PRESPLIT_ATTR);
1696 F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT);
1699 F.removeFnAttr(CORO_PRESPLIT_ATTR);
1753 if (F->hasFnAttribute(CORO_PRESPLIT_ATTR))
1768 Attribute Attr = F->getFnAttribute(CORO_PRESPLIT_ATTR);
1776 F->removeFnAttr(CORO_PRESPLIT_ATTR);
H A DCoroInternal.h38 #define CORO_PRESPLIT_ATTR "coroutine.presplit" macro
H A DCoroElide.cpp415 if (F.hasFnAttribute(CORO_PRESPLIT_ATTR))

Completed in 223 milliseconds