Displaying 2 results from an estimated 2 matches for "lireg".
Did you mean:
ireg
2007 Aug 06
5
[LLVMdev] Spillers
...d[I]
<< " assigned Reg " << MRI->getName(PReg)
<< "\n");
for (LiveIntervals::const_iterator
K = LIs->begin(); K != LIs->end(); ++K) {
const LiveInterval& L = K->second;
unsigned LIReg = L.reg;
if (!MRegisterInfo::isVirtualRegister(LIReg) || LIReg == VReg) continue;
// **** Check to see if the physreg we assigned conflicts with something
// **** else. If so, that thing has to live in memory too.
if (VRM->hasPhys(LIReg) && VRM->getPhys(LIRe...
2007 Aug 07
0
[LLVMdev] Spillers
...< " assigned Reg " << MRI->getName(PReg)
> << "\n");
>
> for (LiveIntervals::const_iterator
> K = LIs->begin(); K != LIs->end(); ++K) {
> const LiveInterval& L = K->second;
> unsigned LIReg = L.reg;
>
> if (!MRegisterInfo::isVirtualRegister(LIReg) || LIReg ==
> VReg) continue;
>
> // **** Check to see if the physreg we assigned conflicts
> with something
> // **** else. If so, that thing has to live in memory too.
> if (VRM->hasP...