Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroCleanup.cpp133 struct CoroCleanupLegacy : FunctionPass { struct
136 CoroCleanupLegacy() : FunctionPass(ID) { in CoroCleanupLegacy() function
163 char CoroCleanupLegacy::ID = 0;
164 INITIALIZE_PASS(CoroCleanupLegacy, "coro-cleanup",
167 Pass *llvm::createCoroCleanupLegacyPass() { return new CoroCleanupLegacy(); } in createCoroCleanupLegacyPass()