Home
last modified time | relevance | path

Searched refs:AllSameValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1778 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation() local
1784 if (HasUndef && !isGuaranteedNotToBePoison(AllSameValue, AC, nullptr, DT)) in performSymbolicPHIEvaluation()
1803 !isa<UndefValue>(AllSameValue) && !isCycleFree(I)) in performSymbolicPHIEvaluation()
1807 if (auto *AllSameInst = dyn_cast<Instruction>(AllSameValue)) in performSymbolicPHIEvaluation()
1814 if (isa<Instruction>(AllSameValue) && in performSymbolicPHIEvaluation()
1815 InstrToDFSNum(AllSameValue) > InstrToDFSNum(I)) in performSymbolicPHIEvaluation()
1821 return createVariableOrConstant(AllSameValue); in performSymbolicPHIEvaluation()
3067 const auto *AllSameValue = *MappedBegin; in valueNumberMemoryPhi() local
3071 [&AllSameValue](const MemoryAccess *V) { return V == AllSameValue; }); in valueNumberMemoryPhi()
3074 LLVM_DEBUG(dbgs() << "Memory Phi value numbered to " << *AllSameValue in valueNumberMemoryPhi()
[all …]