Home
last modified time | relevance | path

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

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