Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h378 struct CFGState { struct
380 VPBasicBlock *PrevVPBB = nullptr;
384 BasicBlock *PrevBB = nullptr;
388 BasicBlock *ExitBB = nullptr;
392 SmallDenseMap<VPBasicBlock *, BasicBlock *> VPBB2IRBB;
395 DomTreeUpdater DTU;
397 CFGState(DominatorTree *DT) in CFGState() function