Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h236 struct VPTransformState { struct
237 VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() function
244 ElementCount VF;
245 unsigned UF;
252 struct DataState {
262 } Data;
359 struct CFGState {
380 } CFG;
383 LoopInfo *LI;
386 DominatorTree *DT;
[all …]