Searched refs:CoroSplitPass (Results 1 – 4 of 4) sorted by relevance
24 struct CoroSplitPass : PassInfoMixin<CoroSplitPass> { struct25 CoroSplitPass(bool ReuseFrameSlot = false) : ReuseFrameSlot(ReuseFrameSlot) {} in ReuseFrameSlot() argument
142 CGSCC_PASS("coro-split", CoroSplitPass())
1005 MainCGPipeline.addPass(CoroSplitPass(Level != OptimizationLevel::O0)); in buildInlinerPipeline()1988 CGPM.addPass(CoroSplitPass()); in buildO0DefaultPipeline()
2064 PreservedAnalyses CoroSplitPass::run(LazyCallGraph::SCC &C, in run()