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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h106 /// Helper type for DanglingDebugInfoMap.
122 /// Helper type for DanglingDebugInfoMap.
127 MapVector<const Value*, DanglingDebugInfoVector> DanglingDebugInfoMap; member in class:llvm::SelectionDAGBuilder
H A DSelectionDAGBuilder.cpp1037 DanglingDebugInfoMap.clear();
1175 for (auto &DDIMI : DanglingDebugInfoMap) {
1192 auto DanglingDbgInfoIt = DanglingDebugInfoMap.find(V);
1193 if (DanglingDbgInfoIt == DanglingDebugInfoMap.end())
1393 for (auto &Pair : DanglingDebugInfoMap)
6062 DanglingDebugInfoMap[V].emplace_back(&DI, dl, SDNodeOrder);

Completed in 175 milliseconds