Searched refs:CoroCleanupLegacy (Results 1 – 1 of 1) sorted by relevance
133 struct CoroCleanupLegacy : FunctionPass { struct136 CoroCleanupLegacy() : FunctionPass(ID) { in CoroCleanupLegacy() function163 char CoroCleanupLegacy::ID = 0;164 INITIALIZE_PASS(CoroCleanupLegacy, "coro-cleanup",167 Pass *llvm::createCoroCleanupLegacyPass() { return new CoroCleanupLegacy(); } in createCoroCleanupLegacyPass()