Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2144 struct CoroSplitLegacy : public CallGraphSCCPass { struct
2145 static char ID; // Pass identification, replacement for typeid
2147 CoroSplitLegacy(bool ReuseFrameSlot = false) in CoroSplitLegacy() argument
2152 bool Run = false;
2153 bool ReuseFrameSlot;
2157 bool doInitialization(CallGraph &CG) override { in doInitialization()
2162 bool runOnSCC(CallGraphSCC &SCC) override { in runOnSCC()
2228 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
2232 StringRef getPassName() const override { return "Coroutine Splitting"; } in getPassName()