Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h50 struct PostOrderFunctionAttrsPass : PassInfoMixin<PostOrderFunctionAttrsPass> { struct
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1012 MainCGPipeline.addPass(PostOrderFunctionAttrsPass()); in buildInlinerPipeline()
1721 PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
1824 createModuleToPostOrderCGSCCPassAdaptor(PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
H A DPassRegistry.def139 CGSCC_PASS("function-attrs", PostOrderFunctionAttrsPass())
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1623 PreservedAnalyses PostOrderFunctionAttrsPass::run(LazyCallGraph::SCC &C, in run()