Searched refs:GroupNodeIndices (Results 1 – 2 of 2) sorted by relevance
45 GroupNodeIndices(TargetRegs, 0), in AggressiveAntiDepState()53 GroupNodeIndices[i] = i; in AggressiveAntiDepState()61 unsigned Node = GroupNodeIndices[Reg]; in GetGroup()82 assert(GroupNodeIndices[0] == 0 && "Reg 0 not in Group 0!"); in UnionGroups()102 GroupNodeIndices[Reg] = idx; in LeaveGroup()
61 std::vector<unsigned> GroupNodeIndices; variable