Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegOut

932     bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, 1)];
938 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg);
946 bool RegOut = LiveBundles[Bundles->getBundle(Number, 1)];
947 if (!RegIn && !RegOut)
949 if (RegIn && RegOut) {