Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp70 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup() function in AggressiveAntiDepState
84 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0)) in GetGroupRegs()
94 unsigned Group1 = GetGroup(Reg1); in UnionGroups()
95 unsigned Group2 = GetGroup(Reg2); in UnionGroups()
212 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() in Observe()
213 << " " << printReg(Reg, TRI) << "=g" << State->GetGroup(Reg) in Observe()
321 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
338 << State->GetGroup(SubregReg) << tag); in HandleLastUse()
374 << State->GetGroup(Reg)); in PrescanInstruction()
383 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in PrescanInstruction()
[all …]
H A DAggressiveAntiDepBreaker.h93 unsigned GetGroup(unsigned Reg);