Lines Matching refs:GetGroup
76 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup() function in AggressiveAntiDepState
90 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0)) in GetGroupRegs()
100 unsigned Group1 = GetGroup(Reg1); in UnionGroups()
101 unsigned Group2 = GetGroup(Reg2); in UnionGroups()
219 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() in Observe()
220 << " " << printReg(Reg, TRI) << "=g" << State->GetGroup(Reg) in Observe()
330 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
347 << State->GetGroup(SubregReg) << tag); in HandleLastUse()
383 << State->GetGroup(Reg)); in PrescanInstruction()
392 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in PrescanInstruction()
402 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << "(via " in PrescanInstruction()
479 << State->GetGroup(Reg)); in ScanInstruction()
487 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in ScanInstruction()
522 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(FirstReg) << '\n'); in ScanInstruction()
950 const unsigned GroupIndex = State->GetGroup(AntiDepReg); in BreakAntiDependencies()