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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp70 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { function in class:AggressiveAntiDepState
84 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
94 unsigned Group1 = GetGroup(Reg1);
95 unsigned Group2 = GetGroup(Reg2);
213 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs()
214 << " " << printReg(Reg, TRI) << "=g" << State->GetGroup(Reg)
324 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
341 << State->GetGroup(SubregReg) << tag);
377 << State->GetGroup(Reg));
386 LLVM_DEBUG(if (State->GetGroup(Re
[all...]
H A DAggressiveAntiDepBreaker.h93 unsigned GetGroup(unsigned Reg);

Completed in 106 milliseconds