Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Inserted

43 STATISTIC(NumSpills,          "Number of spills inserted");
45 STATISTIC(NumReloads, "Number of reloads inserted");
480 bool Inserted;
481 tie(SVI, Inserted) =
483 if (!Inserted) {
492 // List of (Reg, VNI) that have been inserted into SibValues, but need to be
519 // This is a PHI inserted by live range splitting. We could trace the
559 tie(SVI, Inserted) =
565 if (Inserted)
568 // Propagate to all inserted PHIs, not just VNI.
592 tie(SVI, Inserted) = SibValues.insert(std::make_pair(SrcVNI,
595 if (Inserted)