Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInferFunctionAttrs.h25 struct InferFunctionAttrsPass : PassInfoMixin<InferFunctionAttrsPass> { struct
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp38 PreservedAnalyses InferFunctionAttrsPass::run(Module &M, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1112 MPM.addPass(InferFunctionAttrsPass()); in buildModuleSimplificationPipeline()
1901 MPM.addPass(InferFunctionAttrsPass()); in buildLTODefaultPipeline()
H A DPassRegistry.def90 MODULE_PASS("inferattrs", InferFunctionAttrsPass())