Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ins

953     unsigned Ins = 0;
958 BC.Entry = SpillPlacement::MustSpill, ++Ins;
960 BC.Entry = SpillPlacement::PrefSpill, ++Ins;
962 ++Ins;
968 BC.Exit = SpillPlacement::MustSpill, ++Ins;
970 BC.Exit = SpillPlacement::PrefSpill, ++Ins;
972 ++Ins;
976 while (Ins--)
1162 unsigned Ins = 0;
1165 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg);
1167 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg);
1168 while (Ins--)