Home
last modified time | relevance | path

Searched refs:LiveNodes (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp78 if (!LiveNodes.count(RA.Id)) in scanInstr()
87 if (!LiveNodes.count(UA.Id)) in processDef()
91 LiveNodes.insert(TA.Id); in processDef()
97 if (!LiveNodes.count(DA.Id)) in processUse()
115 LiveNodes.clear(); in collect()
123 LiveNodes.insert(N); in collect()
133 for (NodeId N : LiveNodes) { in collect()
141 if (LiveNodes.count(DA.Id)) in collect()
149 if (!LiveNodes.count(RA.Id)) in collect()
DRDFDeadCode.h50 SetVector<NodeId> LiveNodes; member