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

References

lib/CodeGen/CodeGenPrepare.cpp
 3341     while (PhiNodesToMatch.size()) {
 3342       PHINode *PHI = *PhiNodesToMatch.begin();
 3353         if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch)))
 3375         PhiNodesToMatch.erase(P);