Searched defs:AlignmentFromAssumptions (Results 1 – 2 of 2) sorted by relevance
48 struct AlignmentFromAssumptions : public FunctionPass { struct49 static char ID; // Pass identification, replacement for typeid50 AlignmentFromAssumptions() : FunctionPass(ID) { in AlignmentFromAssumptions() function56 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()69 AlignmentFromAssumptionsPass Impl;75 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME, in INITIALIZE_PASS_BEGIN() argument