Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h50 struct PostOrderFunctionAttrsPass : PassInfoMixin<PostOrderFunctionAttrsPass> { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp1008 MainCGPipeline.addPass(PostOrderFunctionAttrsPass()); in buildInlinerPipeline()
1715 PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
1815 createModuleToPostOrderCGSCCPassAdaptor(PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
H A DPassRegistry.def138 CGSCC_PASS("function-attrs", PostOrderFunctionAttrsPass())
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1623 PreservedAnalyses PostOrderFunctionAttrsPass::run(LazyCallGraph::SCC &C, in run()