Searched refs:GetGroup (Results 1 – 2 of 2) sorted by relevance
76 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup() function in AggressiveAntiDepState90 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()330 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()347 << State->GetGroup(SubregReg) << tag); in HandleLastUse()383 << State->GetGroup(Reg)); in PrescanInstruction()402 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << "(via " in PrescanInstruction()479 << State->GetGroup(Reg)); in ScanInstruction()[all …]
94 unsigned GetGroup(unsigned Reg);