Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroCleanup.cpp102 struct CoroCleanupLegacy : FunctionPass { struct
105 CoroCleanupLegacy() : FunctionPass(ID) { in CoroCleanupLegacy() argument
135 char CoroCleanupLegacy::ID = 0;
136 INITIALIZE_PASS(CoroCleanupLegacy, "coro-cleanup",
139 Pass *llvm::createCoroCleanupLegacyPass() { return new CoroCleanupLegacy(); } in createCoroCleanupLegacyPass()