Home
last modified time | relevance | path

Searched defs: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
229 static char ID; // Pass identification, replacement for typeid.
230 CoroEarlyLegacy() : FunctionPass(ID) { in CoroEarlyLegacy() function
234 std::unique_ptr<Lowerer> L;
238 bool doInitialization(Module &M) override { in doInitialization()
254 bool runOnFunction(Function &F) override { in runOnFunction()
261 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
264 StringRef getPassName() const override { in getPassName()