Home
last modified time | relevance | path

Searched defs:CoroId (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp147 static void setCannotDuplicate(CoroIdInst *CoroId) { in setCannotDuplicate()
155 CoroIdInst *CoroId = nullptr; in lowerEarlyIntrinsics() local
DCoroElide.cpp191 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId()
DCoroutines.cpp167 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree()
DCoroSplit.cpp856 CoroIdInst *CoroId = Shape.getSwitchCoroId(); in updateCoroFrame() local
988 auto *CoroId = CoroBegin->getId(); in handleNoSuspendCoroutine() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp142 static void setCannotDuplicate(CoroIdInst *CoroId) { in setCannotDuplicate()
150 CoroIdInst *CoroId = nullptr; in lowerEarlyIntrinsics() local
DCoroElide.cpp282 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId()
DCoroutines.cpp172 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree()
DCoroSplit.cpp963 CoroIdInst *CoroId = Shape.getSwitchCoroId(); in updateCoroFrame() local
1144 auto *CoroId = CoroBegin->getId(); in handleNoSuspendCoroutine() local
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp68 llvm::CallInst *CoroId = nullptr; member
91 llvm::CallInst *CoroId, in createCoroData()
554 auto *CoroId = Builder.CreateCall( in EmitCoroutineBody() local