Searched refs:getDI (Results 1 – 5 of 5) sorted by relevance
481 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
1741 auto *DI = &getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
2096 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnFunction()
1012 DependenceInfo &getDI() const;
164 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI() function in DependenceAnalysisWrapperPass