Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h201 struct VPTransformState { struct
202 VPTransformState(ElementCount VF, unsigned UF, LoopInfo *LI, in VPTransformState() argument
209 ElementCount VF;
210 unsigned UF;
217 struct DataState {
227 } Data;
325 struct CFGState {
346 } CFG;
349 LoopInfo *LI;
352 DominatorTree *DT;
[all …]