Lines Matching full:conditional
9 // Reduce conditional branches in CFG.
39 /// conditional branches.
63 /// If \param [in] BB has more than one predecessor that is a conditional
80 /// if.then: // has two predecessors, both of them contains conditional branch.
106 /// BB3 \ | where, BB1, BB2 contain conditional branches.
122 /// \ / | where BB1, BB2 contain conditional branches.
132 /// In both cases, BB is the common successor of conditional branches.
134 /// its predecessor. In Case 2, BB (BB3) only has conditional branches
171 // Only conditional branches are allowed beyond this point. in FlattenParallelAndOr()
215 // the last conditional branch. in FlattenParallelAndOr()
268 // PS1 must have a conditional branch. in FlattenParallelAndOr()
286 // Delete the conditional branch. in FlattenParallelAndOr()
305 // Remove internal conditional branches. in FlattenParallelAndOr()