Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp133 struct CoroCleanupLegacy : FunctionPass { struct
134 static char ID; // Pass identification, replacement for typeid
136 CoroCleanupLegacy() : FunctionPass(ID) { in CoroCleanupLegacy() function
140 std::unique_ptr<Lowerer> L;
144 bool doInitialization(Module &M) override { in doInitialization()
150 bool runOnFunction(Function &F) override { in runOnFunction()
155 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
159 StringRef getPassName() const override { return "Coroutine Cleanup"; } in getPassName()