Searched defs:CoroId (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp142 static void setCannotDuplicate(CoroIdInst *CoroId) { argument
150 CoroIdInst *CoroId = nullptr; local
H A DCoroElide.cpp282 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, argument
H A DCoroutines.cpp166 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { argument
H A DCoroSplit.cpp878 CoroIdInst *CoroId = Shape.getSwitchCoroId(); local
1059 auto *CoroId = CoroBegin->getId(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp68 llvm::CallInst *CoroId = nullptr; member in struct:clang::CodeGen::CGCoroData
554 auto *CoroId = Builder.CreateCall( local
89 createCoroData(CodeGenFunction &CGF, CodeGenFunction::CGCoroInfo &CurCoro, llvm::CallInst *CoroId, CallExpr const *CoroIdExpr = nullptr) argument
[all...]

Completed in 112 milliseconds