Home | History | Annotate | Download | only in Utils

Lines Matching defs:Pair

852     std::pair<DenseMap<uintptr_t, PHINode *>::iterator, bool> Pair =
854 if (Pair.second) continue;
856 for (PHINode *OtherPN = Pair.first->second; ; ) {
868 PHINode *Old = Pair.first->second;
869 Pair.first->second = PN;