Home
last modified time | relevance | path

Searched refs:getDI (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp481 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
H A DLoopInterchange.cpp1741 auto *DI = &getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
H A DLoopFuse.cpp2096 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnFunction()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h1012 DependenceInfo &getDI() const;
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp164 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI() function in DependenceAnalysisWrapperPass