Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollAndJamPass.cpp382 auto &DI = getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnLoop()
DLoopInterchange.cpp470 DI = &getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h952 DependenceInfo &getDI() const;
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h951 DependenceInfo &getDI() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h101 const DbgValueInst* getDI() { return DI; } in getDI() function
DSelectionDAGBuilder.cpp953 if (DDI.getDI()) { in resolveDanglingDebugInfo()
954 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h106 const DbgValueInst* getDI() { return DI; } in getDI() function
DSelectionDAGBuilder.cpp1011 if (DDI.getDI()) { in resolveDanglingDebugInfo()
1012 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h114 const DbgValueInst* getDI() { return DI; } in getDI() function
DSelectionDAGBuilder.cpp1111 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo()
1137 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp453 DI = &getAnalysis<DependenceAnalysisWrapperPass>().getDI(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp149 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI() function in DependenceAnalysisWrapperPass
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp149 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI() function in DependenceAnalysisWrapperPass