Searched defs:AlignmentFromAssumptions (Results 1 – 1 of 1) sorted by relevance
49 struct AlignmentFromAssumptions : public FunctionPass { struct50 static char ID; // Pass identification, replacement for typeid51 AlignmentFromAssumptions() : FunctionPass(ID) { in AlignmentFromAssumptions() argument57 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()74 DenseMap<MemTransferInst *, unsigned> NewDestAlignments, NewSrcAlignments;76 ScalarEvolution *SE;77 DominatorTree *DT;87 INITIALIZE_PASS_BEGIN(AlignmentFromAssumptions, AA_NAME, in INITIALIZE_PASS_BEGIN() argument