Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp240 struct CoroEarlyLegacy : public FunctionPass { struct
241 static char ID; // Pass identification, replacement for typeid.
242 CoroEarlyLegacy() : FunctionPass(ID) { in CoroEarlyLegacy() argument
246 std::unique_ptr<Lowerer> L;
250 bool doInitialization(Module &M) override { in doInitialization()
256 bool runOnFunction(Function &F) override { in runOnFunction()
263 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
266 StringRef getPassName() const override { in getPassName()