Searched defs:CFGState (Results 1 – 1 of 1) sorted by relevance
378 struct CFGState { struct380 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