Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PrefReg

714     BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
715 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
936 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg);
938 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg);