Lines Matching refs:Id
90 if (!LiveNodes.count(RA.Id)) in scanInstr()
91 WorkQ.push_back(RA.Id); in scanInstr()
99 if (!LiveNodes.count(UA.Id)) in processDef()
100 WorkQ.push_back(UA.Id); in processDef()
103 LiveNodes.insert(TA.Id); in processDef()
109 if (!LiveNodes.count(DA.Id)) in processUse()
110 WorkQ.push_back(DA.Id); in processUse()
153 if (LiveNodes.count(DA.Id)) in collect()
161 if (!LiveNodes.count(RA.Id)) in collect()
162 DeadNodes.insert(RA.Id); in collect()
167 DeadInstrs.insert(IA.Id); in collect()
215 return A.Id < B.Id; in erase()