Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Updated

224     // updated and that no other pointer does.
1222 /// Given an updated version of the dataflow liveness results, update the
2455 // Thankfully, the live set is embedded in the statepoint (and updated), so
2881 StatepointLiveSetTy Updated;
2882 findLiveSetAtInst(Inst, RevisedLivenessData, Updated);
2892 for (auto V : Updated)
2900 for (auto V : Updated) {
2910 if (!Updated.count(KVPair.first))
2917 assert(Updated.count(KVPair.first) && "record for non-live value");
2920 Info.LiveSet = Updated;