Searched refs:AllSameValue (Results 1 – 1 of 1) sorted by relevance
1772 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation() local1775 if (llvm::all_of(Filtered, [&](Value *Arg) { return Arg == AllSameValue; })) { in performSymbolicPHIEvaluation()1792 !isa<UndefValue>(AllSameValue) && !isCycleFree(I)) in performSymbolicPHIEvaluation()1796 if (auto *AllSameInst = dyn_cast<Instruction>(AllSameValue)) in performSymbolicPHIEvaluation()1803 if (isa<Instruction>(AllSameValue) && in performSymbolicPHIEvaluation()1804 InstrToDFSNum(AllSameValue) > InstrToDFSNum(I)) in performSymbolicPHIEvaluation()1810 return createVariableOrConstant(AllSameValue); in performSymbolicPHIEvaluation()3076 const auto *AllSameValue = *MappedBegin; in valueNumberMemoryPhi() local3080 [&AllSameValue](const MemoryAccess *V) { return V == AllSameValue; }); in valueNumberMemoryPhi()3083 LLVM_DEBUG(dbgs() << "Memory Phi value numbered to " << *AllSameValue in valueNumberMemoryPhi()[all …]