Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroCleanup.h23 struct CoroCleanupPass : PassInfoMixin<CoroCleanupPass> { struct
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp117 PreservedAnalyses CoroCleanupPass::run(Module &M, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1151 MPM.addPass(CoroCleanupPass()); in buildModuleSimplificationPipeline()
2075 CoroPM.addPass(CoroCleanupPass()); in buildO0DefaultPipeline()
H A DPassRegistry.def52 MODULE_PASS("coro-cleanup", CoroCleanupPass())