reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/CodeGenPrepare.cpp
 3311         if (!FirstPhi || !SecondPhi || !PhiNodesToMatch.count(FirstPhi) ||
 3312             FirstPhi->getParent() != SecondPhi->getParent())
 3316         if (Matcher.count({ FirstPhi, SecondPhi }))
 3322           Matcher.insert({ FirstPhi, SecondPhi });
 3324         WorkList.push_back({ FirstPhi, SecondPhi });