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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp237 struct CoroEarlyLegacy : public FunctionPass { struct in namespace:__anon4488
239 CoroEarlyLegacy() : FunctionPass(ID) { function in struct:__anon4488::CoroEarlyLegacy
269 char CoroEarlyLegacy::ID = 0;
270 INITIALIZE_PASS(CoroEarlyLegacy, "coro-early",
273 Pass *llvm::createCoroEarlyLegacyPass() { return new CoroEarlyLegacy(); }

Completed in 59 milliseconds