Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp228 struct CoroEarlyLegacy : public FunctionPass { struct
230 CoroEarlyLegacy() : FunctionPass(ID) { in CoroEarlyLegacy() argument
270 char CoroEarlyLegacy::ID = 0;
271 INITIALIZE_PASS(CoroEarlyLegacy, "coro-early",
274 Pass *llvm::createCoroEarlyLegacyPass() { return new CoroEarlyLegacy(); } in createCoroEarlyLegacyPass()