Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp452 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
H A DLoopInterchange.cpp461 DI = &getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h963 DependenceInfo &getDI() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h114 const DbgValueInst* getDI() { return DI; } in getDI() function
H A DSelectionDAGBuilder.cpp1135 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo()
1161 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp149 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI() function in DependenceAnalysisWrapperPass