Searched defs:AlignmentFromAssumptions (Results 1 – 1 of 1) sorted by relevance
50 struct AlignmentFromAssumptions : public FunctionPass { struct51 static char ID; // Pass identification, replacement for typeid52 AlignmentFromAssumptions() : FunctionPass(ID) { in AlignmentFromAssumptions() function58 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()71 AlignmentFromAssumptionsPass Impl;77 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME, in INITIALIZE_PASS_BEGIN() argument