Searched refs:DeadInstrs (Results 1 – 3 of 3) sorted by relevance
45 SetVector<NodeId> getDeadInstrs() { return DeadInstrs; } in getDeadInstrs()52 SetVector<NodeId> DeadInstrs; member
140 const SetVector<NodeId> &DeadInstrs = getDeadInstrs(); in run() local153 if (!DeadInstrs.count(SA.Id)) in run()161 SetVector<NodeId> Remove = DeadInstrs; in run()
155 DeadInstrs.insert(IA.Id); in collect()