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

References

lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  168     } else if (!CommonValue) {
  170       CommonValue = Incoming;
  171     } else if (Incoming != CommonValue) {
  177   if (!CommonValue || IncomingConstants.empty())
  182   if (auto *CommonInst = dyn_cast<Instruction>(CommonValue))
  192     if (C != LVI->getConstantOnEdge(CommonValue, IncomingBB, ToBB, P))
  203   if (auto *CommonInst = dyn_cast<Instruction>(CommonValue))
  205   P->replaceAllUsesWith(CommonValue);