Searched refs:VectorizedVals (Results 1 – 1 of 1) sorted by relevance
893 InstructionCost getTreeCost(ArrayRef<Value *> VectorizedVals = None);2124 ArrayRef<Value *> VectorizedVals) const;2128 ArrayRef<Value *> VectorizedVals);5647 return (I->hasOneUse() && is_contained(VectorizedVals, I)) || in areAllUsersVectorized()7035 InstructionCost BoUpSLP::getTreeCost(ArrayRef<Value *> VectorizedVals) { in getTreeCost() argument7045 InstructionCost C = getEntryCost(&TE, VectorizedVals); in getTreeCost()11049 DenseMap<Value *, unsigned> VectorizedVals; in tryToReduce() local11201 unsigned NumOps = VectorizedVals.lookup(V) + NumUses[V]; in tryToReduce()11209 unsigned NumOps = VectorizedVals.lookup(V) + NumUses[V]; in tryToReduce()11292 ++VectorizedVals.try_emplace(TrackedToOrig.find(V)->second, 0) in tryToReduce()[all …]