Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp50 CachedTypes[Inc] = ResTy; in inferScalarTypeForRecipe()
64 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
83 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
152 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()
197 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
209 CachedTypes[R->getOperand(1)] = ResTy; in inferScalarTypeForRecipe()
226 CachedTypes[R->getOperand(2)] = ResTy; in inferScalarTypeForRecipe()
258 if (Type *CachedTy = CachedTypes.lookup(V)) in inferScalarType()
311 CachedTypes[V] = ResultTy; in inferScalarType()
H A DVPlanAnalysis.h44 DenseMap<const VPValue *, Type *> CachedTypes; variable