Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp224 struct CoroEarly : public FunctionPass { struct
226 CoroEarly() : FunctionPass(ID) { in CoroEarly() function
259 char CoroEarly::ID = 0;
260 INITIALIZE_PASS(CoroEarly, "coro-early", "Lower early coroutine intrinsics",
263 Pass *llvm::createCoroEarlyPass() { return new CoroEarly(); } in createCoroEarlyPass()
DCMakeLists.txt4 CoroEarly.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dcoro-early.ll1 ; Tests that CoroEarly pass correctly lowers coro.resume, coro.destroy
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCoroutines.rst960 The third argument is `null` coming out of the frontend. The CoroEarly pass sets
1266 CoroEarly section in Coroutine Transformation Passes
1268 The pass CoroEarly lowers coroutine intrinsics that hide the details of the