Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DInferAlignment.h21 struct InferAlignmentPass : public PassInfoMixin<InferAlignmentPass> { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp84 PreservedAnalyses InferAlignmentPass::run(Function &F, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1167 FPM.addPass(InferAlignmentPass()); in addVectorPasses()
1286 FPM.addPass(InferAlignmentPass()); in addVectorPasses()
H A DPassRegistry.def341 FUNCTION_PASS("infer-alignment", InferAlignmentPass())