Home
last modified time | relevance | path

Searched defs:DataState (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h252 struct DataState { struct
256 typedef SmallVector<Value *, 2> PerPartValuesTy;
258 DenseMap<VPValue *, PerPartValuesTy> PerPartOutput;
260 using ScalarsPerPartValuesTy = SmallVector<SmallVector<Value *, 4>, 2>;
261 DenseMap<VPValue *, ScalarsPerPartValuesTy> PerPartScalars;