reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3311 if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) || 3311 if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) || 3312 FirstPhi->getParent() != SecondPhi->getParent()) 3316 if (Matcher.count({ FirstPhi, SecondPhi })) 3321 if (MatchedPHIs.insert(FirstPhi).second) 3322 Matcher.insert({ FirstPhi, SecondPhi }); 3324 WorkList.push_back({ FirstPhi, SecondPhi });