Searched refs:CoroEarly (Results 1 – 4 of 4) sorted by relevance
224 struct CoroEarly : public FunctionPass { struct226 CoroEarly() : FunctionPass(ID) { in CoroEarly() function259 char CoroEarly::ID = 0;260 INITIALIZE_PASS(CoroEarly, "coro-early", "Lower early coroutine intrinsics",263 Pass *llvm::createCoroEarlyPass() { return new CoroEarly(); } in createCoroEarlyPass()
4 CoroEarly.cpp
1 ; Tests that CoroEarly pass correctly lowers coro.resume, coro.destroy
960 The third argument is `null` coming out of the frontend. The CoroEarly pass sets1266 CoroEarly section in Coroutine Transformation Passes1268 The pass CoroEarly lowers coroutine intrinsics that hide the details of the