Lines Matching full:plain
14 /// 1. PlainCFGBuilder class: builds a plain VPBasicBlock-based CFG that
17 /// in the plain CFG.
19 /// VPBasicBlocks created for the initial plain CFG and the incoming
33 // Class that is used to build the plain CFG for the incoming IR.
48 // NOTE: The following maps are intentionally destroyed after the plain CFG
56 // Hold phi node's that need to be fixed once the plain CFG has been built.
77 /// Build plain CFG for TheLoop and connects it to Plan's entry.
309 // an empty VPInstruction that we will fix once the whole plain CFG has
331 // Main interface to build the plain CFG.
451 // Build Top Region enclosing the plain CFG.
453 LLVM_DEBUG(Plan.setName("HCFGBuilder: Plain CFG\n"); dbgs() << Plan);
455 // Compute plain CFG dom tree for VPLInfo.
457 LLVM_DEBUG(dbgs() << "Dominator Tree after building the plain CFG.\n";