Searched defs:AlignmentFromAssumptions (Results 1 – 1 of 1) sorted by relevance
51 struct AlignmentFromAssumptions : public FunctionPass { struct52 static char ID; // Pass identification, replacement for typeid53 AlignmentFromAssumptions() : FunctionPass(ID) { in AlignmentFromAssumptions() function59 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()72 AlignmentFromAssumptionsPass Impl;78 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME, in INITIALIZE_PASS_BEGIN() argument