Displaying 1 result from an estimated 1 matches for "newmo".
Did you mean:
nemo
2011 Oct 07
3
[LLVMdev] VirtRegRewriter.cpp: LocalRewriter::ProcessUses()
...bool inserted=false;
< for(unsigned oi = 0;oi<VirtUseOps.size();oi++)
< if(VirtUseOps[oi]==i)
< inserted=true;
< if(inserted)
< continue; //skip: it was inserted by a partial def below
1930d1923
< }
1941,1951c1934,1937
< MachineOperand newMO = MachineOperand::CreateReg(VirtReg,
< false, // isDef
< true); // isImplicit
< MI.addOperand(newMO);
< int opNo; //FIX: the opNo should be returned by addOperand()
< for(unsigned oi=0;oi<MI.getNumOpera...