Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp240 struct CoroEarlyLegacy : public FunctionPass { struct
242 CoroEarlyLegacy() : FunctionPass(ID) { in CoroEarlyLegacy() argument
272 char CoroEarlyLegacy::ID = 0;
273 INITIALIZE_PASS(CoroEarlyLegacy, "coro-early",
276 Pass *llvm::createCoroEarlyLegacyPass() { return new CoroEarlyLegacy(); } in createCoroEarlyLegacyPass()