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

References

lib/Transforms/Scalar/NewGVN.cpp
 1779   if (llvm::all_of(Filtered, [&](Value *Arg) { return Arg == AllSameValue; })) {
 1796           !isa<UndefValue>(AllSameValue) && !isCycleFree(I))
 1800       if (auto *AllSameInst = dyn_cast<Instruction>(AllSameValue))
 1807     if (isa<Instruction>(AllSameValue) &&
 1808         InstrToDFSNum(AllSameValue) > InstrToDFSNum(I))
 1811     LLVM_DEBUG(dbgs() << "Simplified PHI node " << *I << " to " << *AllSameValue
 1814     return createVariableOrConstant(AllSameValue);