Lines Matching defs:CFG
12 /// VPBlockBase, together implementing a Hierarchical CFG;
376 /// Hold state information used when constructing the CFG of the output IR,
403 } CFG;
3104 BasicBlock *createEmptyBasicBlock(VPTransformState::CFGState &CFG);
3142 /// which form a Single-Entry-Single-Exiting subgraph of the output IR CFG.
3251 /// Hierarchical-CFG of VPBasicBlocks and VPRegionBlocks rooted at an Entry
3257 /// Hold the single entry to the Hierarchical CFG of the VPlan, i.e. the
3335 /// to happen before the CFG is modified; a VPBasicBlock for the vector
3521 /// Print the information related to the CFG edges going out of a given
3540 /// Print the information related to a CFG edge between two VPBlockBases.