Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DanglingDebugInfo

97   /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
98 class DanglingDebugInfo {
103 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { }
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
113 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;