Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getAnalysis

1134   AA = &getAnalysis<AliasAnalysis>();
1135 LI = &getAnalysis<LoopInfo>();
1136 SE = &getAnalysis<ScalarEvolution>();
1137 TLI = &getAnalysis<TargetLibraryInfo>();
1140 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();