Lines Matching refs:GetGroup
60 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup() function in AggressiveAntiDepState
74 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0)) in GetGroupRegs()
85 unsigned Group1 = GetGroup(Reg1); in UnionGroups()
86 unsigned Group2 = GetGroup(Reg2); in UnionGroups()
205 DEBUG(if (State->GetGroup(Reg) != 0) in Observe()
207 State->GetGroup(Reg) << "->g0(region live-out)"); in Observe()
314 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
329 State->GetGroup(SubregReg) << tag); in HandleLastUse()
364 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg)); in PrescanInstruction()
373 DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in PrescanInstruction()
383 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << "(via " << in PrescanInstruction()
460 State->GetGroup(Reg)); in ScanInstruction()
468 DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in ScanInstruction()
503 DEBUG(dbgs() << "->g" << State->GetGroup(FirstReg) << '\n'); in ScanInstruction()
932 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies()