Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegOut

1161     bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)];
1167 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg);
1175 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)];
1176 if (!RegIn && !RegOut)
1178 if (RegIn && RegOut) {