Searched refs:CoroCleanupLegacy (Results 1 – 1 of 1) sorted by relevance
102 struct CoroCleanupLegacy : FunctionPass { struct105 CoroCleanupLegacy() : FunctionPass(ID) { in CoroCleanupLegacy() argument135 char CoroCleanupLegacy::ID = 0;136 INITIALIZE_PASS(CoroCleanupLegacy, "coro-cleanup",139 Pass *llvm::createCoroCleanupLegacyPass() { return new CoroCleanupLegacy(); } in createCoroCleanupLegacyPass()