Searched refs:GroupNodeIndices (Results 1 – 2 of 2) sorted by relevance
57 GroupNodeIndices(TargetRegs, 0), KillIndices(TargetRegs, 0), in AggressiveAntiDepState()63 GroupNodeIndices[i] = i; in AggressiveAntiDepState()71 unsigned Node = GroupNodeIndices[Reg]; in GetGroup()91 assert(GroupNodeIndices[0] == 0 && "Reg 0 not in Group 0!"); in UnionGroups()110 GroupNodeIndices[Reg] = idx; in LeaveGroup()
66 std::vector<unsigned> GroupNodeIndices; variable