Searched refs:DanglingDebugInfoMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h92 /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
106 /// DanglingDebugInfoMap - Keeps track of dbg_values for which we have not
108 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap; member in class:llvm::SelectionDAGBuilder
H A DSelectionDAGBuilder.cpp883 DanglingDebugInfoMap.clear();
990 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V];
1006 DanglingDebugInfoMap[V] = DanglingDebugInfo();
4627 DanglingDebugInfoMap[V] = DDI;

Completed in 85 milliseconds