Lines Matching defs:CFG
12 /// VPBlockBase, together implementing a Hierarchical CFG;
331 /// Hold state information used when constructing the CFG of the output IR,
358 } CFG;
441 /// trying to replace an old block in the CFG with a new one.
451 /// trying to replace an old block in the CFG with a new one.
3668 /// Connect the VPBBs predecessors' in the VPlan CFG to the IR basic block
3670 void connectToPredecessors(VPTransformState::CFGState &CFG);
3675 BasicBlock *createEmptyBasicBlock(VPTransformState::CFGState &CFG);
3711 /// which form a Single-Entry-Single-Exiting subgraph of the output IR CFG.
3815 /// Hierarchical-CFG of VPBasicBlocks and VPRegionBlocks rooted at an Entry
3907 /// to happen before the CFG is modified (when executing a VPlan for the
4161 /// Print the information related to the CFG edges going out of a given
4180 /// Print the information related to a CFG edge between two VPBlockBases.