Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RegOut

7583         unsigned &RegOut = ConstantsOut[C];
7584 if (RegOut == 0) {
7585 RegOut = FuncInfo.CreateRegs(C->getType());
7586 CopyValueToVirtualRegister(C, RegOut);
7588 Reg = RegOut;