Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h222 struct DataState { struct
226 typedef SmallVector<Value *, 2> PerPartValuesTy;
228 DenseMap<VPValue *, PerPartValuesTy> PerPartOutput;
230 using ScalarsPerPartValuesTy = SmallVector<SmallVector<Value *, 4>, 2>;
231 DenseMap<VPValue *, ScalarsPerPartValuesTy> PerPartScalars;