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

References

lib/CodeGen/CodeGenPrepare.cpp
 3346       WillNotMatch.insert(PHI);
 3350       for (auto &P : PHI->getParent()->phis()) {
 3351         if (&P == PHI)
 3353         if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch)))