Searched refs:GetGroup (Results 1 – 12 of 12) sorted by relevance
61 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup() function in AggressiveAntiDepState75 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()[all …]
91 unsigned GetGroup(unsigned Reg);
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()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()[all …]
94 unsigned GetGroup(unsigned Reg);
60 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup() function in AggressiveAntiDepState74 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()[all …]
88 unsigned GetGroup(unsigned Reg);
172 virtual const std::string GetGroup(size_t index) const = 0;
119 virtual const std::string GetGroup(size_t index) const;
144 WriteString(os, contact->GetGroup(i)); in WriteContact()
446 XmppRosterContactImpl::GetGroup(size_t index) const { in GetGroup() function in buzz::XmppRosterContactImpl
334 static unsigned GetGroup(CRecordVector<CFilterMode2> &filters, const CFilterMode2 &m) in GetGroup() function412 return GetGroup(filters, m); in Get_FilterGroup_for_Folder()1789 unsigned groupIndex = GetGroup(filters, fm); in Update()
1253 func (m *GoTestRequiredGroupField) GetGroup() *GoTestRequiredGroupField_Group { func