Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h93 class DanglingDebugInfo {
98 DanglingDebugInfo() : DI(0), dl(DebugLoc()), SDNodeOrder(0) { } in DanglingDebugInfo() function
99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : in DanglingDebugInfo() function
108 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
DSelectionDAGBuilder.cpp952 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo()
968 DanglingDebugInfoMap[V] = DanglingDebugInfo(); in resolveDanglingDebugInfo()
4643 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h98 class DanglingDebugInfo {
103 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { } in DanglingDebugInfo() function
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() function
113 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
DSelectionDAGBuilder.cpp1010 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo()
1030 DanglingDebugInfoMap[V] = DanglingDebugInfo(); in resolveDanglingDebugInfo()
4946 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h104 class DanglingDebugInfo {
110 DanglingDebugInfo() = default;
111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() function
120 typedef std::vector<DanglingDebugInfo> DanglingDebugInfoVector;
DSelectionDAGBuilder.cpp1110 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo()