Home
last modified time | relevance | path

Searched defs:AlignmentFromAssumptions (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp51 struct AlignmentFromAssumptions : public FunctionPass { struct
52 static char ID; // Pass identification, replacement for typeid
53 AlignmentFromAssumptions() : FunctionPass(ID) { in AlignmentFromAssumptions() function
59 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
72 AlignmentFromAssumptionsPass Impl;
78 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME, in INITIALIZE_PASS_BEGIN() argument