Searched refs:LiveNodes (Results 1 – 2 of 2) sorted by relevance
78 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()
50 SetVector<NodeId> LiveNodes; member