reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/SelectionDAG.h
 1692     SDCallSiteDbgInfo[CallNode].CSInfo = std::move(CallInfo);
 1696     auto I = SDCallSiteDbgInfo.find(CallNode);
 1697     if (I != SDCallSiteDbgInfo.end())
 1703     SDCallSiteDbgInfo[Node].HeapAllocSite = MD;
 1708     auto It = SDCallSiteDbgInfo.find(Node);
 1709     if (It == SDCallSiteDbgInfo.end())
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1086   SDCallSiteDbgInfo.clear();