Searched defs:GetGroup (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp60 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { function in class:AggressiveAntiDepState
74 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
85 unsigned Group1 = GetGroup(Reg1);
86 unsigned Group2 = GetGroup(Reg2);
205 DEBUG(if (State->GetGroup(Reg) != 0)
207 State->GetGroup(Reg) << "->g0(region live-out)");
315 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
328 State->GetGroup(SubregReg) << tag);
363 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg));
372 DEBUG(if (State->GetGroup(Re
[all...]
/external/webrtc/webrtc/libjingle/xmpp/
H A Drostermoduleimpl.cc446 XmppRosterContactImpl::GetGroup(size_t index) const { function in class:buzz::XmppRosterContactImpl

Completed in 194 milliseconds