Home
last modified time | relevance | path

Searched refs:GroupNodeIndices (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp45 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()
DAggressiveAntiDepBreaker.h61 std::vector<unsigned> GroupNodeIndices; variable