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

References

lib/Analysis/ScalarEvolution.cpp
 7759     if (!P)
 7763       P = PHIMap.lookup(OpInst);
 7764     if (!P) {
 7767       P = getConstantEvolvingPHIOperands(OpInst, L, PHIMap, Depth + 1);
 7768       PHIMap[OpInst] = P;
 7770     if (!P)
 7772     if (PHI && PHI != P)
 7774     PHI = P;