Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp186 F.addFnAttr(CORO_PRESPLIT_ATTR, UNPREPARED_FOR_SPLIT); in lowerEarlyIntrinsics()
195 F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT); in lowerEarlyIntrinsics()
DCoroInternal.h38 #define CORO_PRESPLIT_ATTR "coroutine.presplit" macro
DCoroSplit.cpp1404 F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT); in prepareForSplit()
1562 if (F->hasFnAttribute(CORO_PRESPLIT_ATTR)) in runOnSCC()
1577 Attribute Attr = F->getFnAttribute(CORO_PRESPLIT_ATTR); in runOnSCC()
1585 F->removeFnAttr(CORO_PRESPLIT_ATTR); in runOnSCC()
DCoroElide.cpp300 if (F.hasFnAttribute(CORO_PRESPLIT_ATTR)) in runOnFunction()