Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h38 #define CORO_PRESPLIT_ATTR "coroutine.presplit" macro
DCoroSplit.cpp768 F.addFnAttr(CORO_PRESPLIT_ATTR, PREPARED_FOR_SPLIT); in prepareForSplit()
841 if (F->hasFnAttribute(CORO_PRESPLIT_ATTR)) in runOnSCC()
851 Attribute Attr = F->getFnAttribute(CORO_PRESPLIT_ATTR); in runOnSCC()
859 F->removeFnAttr(CORO_PRESPLIT_ATTR); in runOnSCC()
DCoroEarly.cpp186 F.addFnAttr(CORO_PRESPLIT_ATTR, UNPREPARED_FOR_SPLIT); in lowerEarlyIntrinsics()
DCoroElide.cpp300 if (F.hasFnAttribute(CORO_PRESPLIT_ATTR)) in runOnFunction()