Searched refs:AllSameValue (Results 1 – 1 of 1) sorted by relevance
1778 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation() local1784 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() local3071 [&AllSameValue](const MemoryAccess *V) { return V == AllSameValue; }); in valueNumberMemoryPhi()3074 LLVM_DEBUG(dbgs() << "Memory Phi value numbered to " << *AllSameValue in valueNumberMemoryPhi()[all …]