HomeSort by relevance Sort by last modified time
    Searched refs:LiveNodes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 78 if (!LiveNodes.count(RA.Id))
87 if (!LiveNodes.count(UA.Id))
91 LiveNodes.insert(TA.Id);
97 if (!LiveNodes.count(DA.Id))
115 LiveNodes.clear();
123 LiveNodes.insert(N);
133 for (NodeId N : LiveNodes) {
141 if (LiveNodes.count(DA.Id))
149 if (!LiveNodes.count(RA.Id))
RDFDeadCode.h 50 SetVector<NodeId> LiveNodes;

Completed in 71 milliseconds