Home | History | Annotate | Download | only in Scalar

Lines Matching full:kvpair

2886   for (auto KVPair : Info.PointerToBase) {
2887 Bases.insert(KVPair.second);
2909 for (auto KVPair : Info.PointerToBase)
2910 if (!Updated.count(KVPair.first))
2911 ToErase.insert(KVPair.first);
2916 for (auto KVPair : Info.PointerToBase)
2917 assert(Updated.count(KVPair.first) && "record for non-live value");