Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ins

896     unsigned Ins = 0;
901 BC.Entry = SpillPlacement::MustSpill, ++Ins;
903 BC.Entry = SpillPlacement::PrefSpill, ++Ins;
905 ++Ins;
911 BC.Exit = SpillPlacement::MustSpill, ++Ins;
913 BC.Exit = SpillPlacement::PrefSpill, ++Ins;
915 ++Ins;
919 while (Ins--)
1107 unsigned Ins = 0;
1110 Ins += RegIn != (BC.Entry == SpillPlacement::PrefReg);
1112 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg);
1113 while (Ins--)