Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h269 struct DataState { struct
273 typedef SmallVector<Value *, 2> PerPartValuesTy;
275 DenseMap<VPValue *, PerPartValuesTy> PerPartOutput;
277 using ScalarsPerPartValuesTy = SmallVector<SmallVector<Value *, 4>, 2>;
278 DenseMap<VPValue *, ScalarsPerPartValuesTy> PerPartScalars;