Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RegOut

7652         unsigned &RegOut = ConstantsOut[C];
7653 if (RegOut == 0) {
7654 RegOut = FuncInfo.CreateRegs(C->getType());
7655 CopyValueToVirtualRegister(C, RegOut);
7657 Reg = RegOut;