Searched refs:CORO_PRESPLIT_ATTR (Results 1 – 4 of 4) sorted by relevance
38 #define CORO_PRESPLIT_ATTR "coroutine.presplit" macro
768 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()
186 F.addFnAttr(CORO_PRESPLIT_ATTR, UNPREPARED_FOR_SPLIT); in lowerEarlyIntrinsics()
300 if (F.hasFnAttribute(CORO_PRESPLIT_ATTR)) in runOnFunction()