Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp50 struct AlignmentFromAssumptions : public FunctionPass { struct
51 static char ID; // Pass identification, replacement for typeid
52 AlignmentFromAssumptions() : FunctionPass(ID) { in AlignmentFromAssumptions() function
58 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
71 AlignmentFromAssumptionsPass Impl;
77 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME, in INITIALIZE_PASS_BEGIN() argument