Lines Matching refs:GetGroup
61 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup() function in AggressiveAntiDepState
75 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0)) in GetGroupRegs()
86 unsigned Group1 = GetGroup(Reg1); in UnionGroups()
87 unsigned Group2 = GetGroup(Reg2); in UnionGroups()
228 DEBUG(if (State->GetGroup(Reg) != 0) in Observe()
230 State->GetGroup(Reg) << "->g0(region live-out)"); in Observe()
333 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
347 State->GetGroup(SubregReg) << tag); in HandleLastUse()
382 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg)); in PrescanInstruction()
389 DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in PrescanInstruction()
399 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << "(via " << in PrescanInstruction()
467 State->GetGroup(Reg)); in ScanInstruction()
475 DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in ScanInstruction()
510 DEBUG(dbgs() << "->g" << State->GetGroup(FirstReg) << '\n'); in ScanInstruction()
889 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies()