OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CORO_PRESPLIT_ATTR
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroEarly.cpp
182
F.addFnAttr(
CORO_PRESPLIT_ATTR
, UNPREPARED_FOR_SPLIT);
192
F.addFnAttr(
CORO_PRESPLIT_ATTR
, PREPARED_FOR_SPLIT);
CoroInternal.h
39
#define
CORO_PRESPLIT_ATTR
"coroutine.presplit"
CoroSplit.cpp
1877
F.addFnAttr(
CORO_PRESPLIT_ATTR
, MarkForAsyncRestart
2085
if (N.getFunction().hasFnAttribute(
CORO_PRESPLIT_ATTR
))
2100
Attribute Attr = F.getFnAttribute(
CORO_PRESPLIT_ATTR
);
2107
F.addFnAttr(
CORO_PRESPLIT_ATTR
, PREPARED_FOR_SPLIT);
2110
F.removeFnAttr(
CORO_PRESPLIT_ATTR
);
2176
if (F->hasFnAttribute(
CORO_PRESPLIT_ATTR
))
2195
Attribute Attr = F->getFnAttribute(
CORO_PRESPLIT_ATTR
);
2202
F->removeFnAttr(
CORO_PRESPLIT_ATTR
);
2209
F->removeFnAttr(
CORO_PRESPLIT_ATTR
);
CoroElide.cpp
419
if (F.hasFnAttribute(
CORO_PRESPLIT_ATTR
))
Completed in 19 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026