Home
last modified time | relevance | path

Searched defs: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
103 static char ID; // Pass identification, replacement for typeid
105 CoroCleanupLegacy() : FunctionPass(ID) { in CoroCleanupLegacy() function
109 std::unique_ptr<Lowerer> L;
113 bool doInitialization(Module &M) override { in doInitialization()
122 bool runOnFunction(Function &F) override { in runOnFunction()
127 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
131 StringRef getPassName() const override { return "Coroutine Cleanup"; } in getPassName()