Lines Matching refs:GetGroup
70 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()
213 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() in Observe()
214 << " " << printReg(Reg, TRI) << "=g" << State->GetGroup(Reg) in Observe()
324 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
341 << State->GetGroup(SubregReg) << tag); in HandleLastUse()
377 << State->GetGroup(Reg)); in PrescanInstruction()
386 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in PrescanInstruction()
396 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << "(via " in PrescanInstruction()
473 << State->GetGroup(Reg)); in ScanInstruction()
481 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in ScanInstruction()
516 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(FirstReg) << '\n'); in ScanInstruction()
944 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies()