Searched defs:CoroSplitLegacy (Results 1 – 1 of 1) sorted by relevance
2144 struct CoroSplitLegacy : public CallGraphSCCPass { struct2145 static char ID; // Pass identification, replacement for typeid2147 CoroSplitLegacy(bool ReuseFrameSlot = false) in CoroSplitLegacy() argument2152 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()