HomeSort by: relevance | last modified time | path
    Searched refs:SDCallSiteDbgInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 277 DenseMap<const SDNode *, CallSiteDbgInfo> SDCallSiteDbgInfo;
1940 SDCallSiteDbgInfo[CallNode].CSInfo = std::move(CallInfo);
1944 auto I = SDCallSiteDbgInfo.find(CallNode);
1945 if (I != SDCallSiteDbgInfo.end())
1951 SDCallSiteDbgInfo[Node].HeapAllocSite = MD;
1956 auto It = SDCallSiteDbgInfo.find(Node);
1957 if (It == SDCallSiteDbgInfo.end())
1964 SDCallSiteDbgInfo[Node].NoMerge = NoMerge;
1968 auto I = SDCallSiteDbgInfo.find(Node);
1969 if (I == SDCallSiteDbgInfo.end()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1230 SDCallSiteDbgInfo.clear();

Completed in 24 milliseconds