Home
last modified time | relevance | path

Searched refs:CoroSplitPass (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Coroutines/
H A DCoroSplit.h24 struct CoroSplitPass : PassInfoMixin<CoroSplitPass> { struct
25 CoroSplitPass(bool ReuseFrameSlot = false) : ReuseFrameSlot(ReuseFrameSlot) {} in ReuseFrameSlot() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def142 CGSCC_PASS("coro-split", CoroSplitPass())
H A DPassBuilder.cpp1005 MainCGPipeline.addPass(CoroSplitPass(Level != OptimizationLevel::O0)); in buildInlinerPipeline()
1988 CGPM.addPass(CoroSplitPass()); in buildO0DefaultPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2064 PreservedAnalyses CoroSplitPass::run(LazyCallGraph::SCC &C, in run()