Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp57 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()
H A DAggressiveAntiDepBreaker.h66 std::vector<unsigned> GroupNodeIndices; variable