Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DAlignmentFromAssumptions.h29 struct AlignmentFromAssumptionsPass struct
30 : public PassInfoMixin<AlignmentFromAssumptionsPass> {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp72 AlignmentFromAssumptionsPass Impl;
209 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo()
236 bool AlignmentFromAssumptionsPass::processAssumption(CallInst *ACall, in processAssumption()
334 bool AlignmentFromAssumptionsPass::runImpl(Function &F, AssumptionCache &AC, in runImpl()
352 AlignmentFromAssumptionsPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def201 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
H A DPassBuilder.cpp1317 FPM.addPass(AlignmentFromAssumptionsPass()); in addVectorPasses()