| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-gimplify.cc | 175 tree stmt, cond, then_, else_; local 180 then_ = THEN_CLAUSE (stmt); 183 if (then_ && else_) 185 tree ft = first_stmt (then_); 201 if (!then_) 202 then_ = build_empty_stmt (locus); 206 /* consteval if has been verified not to have the then_/else_ blocks 207 entered by gotos/case labels from elsewhere, and as then_ block 209 the then_ block regardless of whether else_ has side-effects or not. */ 212 if (block_may_fallthru (then_)) [all...] |
| cp-gimplify.cc | 175 tree stmt, cond, then_, else_; local 180 then_ = THEN_CLAUSE (stmt); 183 if (then_ && else_) 185 tree ft = first_stmt (then_); 201 if (!then_) 202 then_ = build_empty_stmt (locus); 206 /* consteval if has been verified not to have the then_/else_ blocks 207 entered by gotos/case labels from elsewhere, and as then_ block 209 the then_ block regardless of whether else_ has side-effects or not. */ 212 if (block_may_fallthru (then_)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-object-size.cc | 1517 tree then_, else_; local 1527 then_ = gimple_assign_rhs2 (stmt); 1534 dynamic_object_size (osi, then_, &then_size, &then_wholesize); 1557 if (TREE_CODE (then_) == SSA_NAME) 1558 reexamine |= merge_object_sizes (osi, var, then_); 1560 expr_object_size (osi, var, then_);
|
| tree-object-size.cc | 1517 tree then_, else_; local 1527 then_ = gimple_assign_rhs2 (stmt); 1534 dynamic_object_size (osi, then_, &then_size, &then_wholesize); 1557 if (TREE_CODE (then_) == SSA_NAME) 1558 reexamine |= merge_object_sizes (osi, var, then_); 1560 expr_object_size (osi, var, then_);
|
| gimplify.cc | 4357 tree then_ = TREE_OPERAND (expr, 1); 4363 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); 4383 then_ = shortcut_cond_expr (expr, condition_uid); 4384 then_se = then_ && TREE_SIDE_EFFECTS (then_); 4386 expr = build3 (COND_EXPR, void_type_node, pred, then_, NULL_TREE); 4434 if (tree then_goto = find_goto_label (then_)) 4437 then_ = NULL; 4469 t = expr_last (then_); 4354 tree then_ = TREE_OPERAND (expr, 1); local 4718 tree then_ = TREE_OPERAND (expr, 1), else_ = TREE_OPERAND (expr, 2); local [all...] |
| gimplify.cc | 4357 tree then_ = TREE_OPERAND (expr, 1); 4363 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); 4383 then_ = shortcut_cond_expr (expr, condition_uid); 4384 then_se = then_ && TREE_SIDE_EFFECTS (then_); 4386 expr = build3 (COND_EXPR, void_type_node, pred, then_, NULL_TREE); 4434 if (tree then_goto = find_goto_label (then_)) 4437 then_ = NULL; 4469 t = expr_last (then_); 4354 tree then_ = TREE_OPERAND (expr, 1); local 4718 tree then_ = TREE_OPERAND (expr, 1), else_ = TREE_OPERAND (expr, 2); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-gimplify.cc | 142 tree stmt, cond, then_, else_; local 147 then_ = THEN_CLAUSE (stmt); 150 if (then_ && else_) 152 tree ft = first_stmt (then_); 168 if (!then_) 169 then_ = build_empty_stmt (locus); 173 /* consteval if has been verified not to have the then_/else_ blocks 174 entered by gotos/case labels from elsewhere, and as then_ block 176 the then_ block regardless of whether else_ has side-effects or not. */ 179 if (block_may_fallthru (then_)) [all...] |
| cp-gimplify.cc | 142 tree stmt, cond, then_, else_; local 147 then_ = THEN_CLAUSE (stmt); 150 if (then_ && else_) 152 tree ft = first_stmt (then_); 168 if (!then_) 169 then_ = build_empty_stmt (locus); 173 /* consteval if has been verified not to have the then_/else_ blocks 174 entered by gotos/case labels from elsewhere, and as then_ block 176 the then_ block regardless of whether else_ has side-effects or not. */ 179 if (block_may_fallthru (then_)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-object-size.cc | 1417 tree then_, else_; local 1427 then_ = gimple_assign_rhs2 (stmt); 1434 dynamic_object_size (osi, then_, &then_size, &then_wholesize); 1457 if (TREE_CODE (then_) == SSA_NAME) 1458 reexamine |= merge_object_sizes (osi, var, then_); 1460 expr_object_size (osi, var, then_);
|
| tree-object-size.cc | 1417 tree then_, else_; local 1427 then_ = gimple_assign_rhs2 (stmt); 1434 dynamic_object_size (osi, then_, &then_size, &then_wholesize); 1457 if (TREE_CODE (then_) == SSA_NAME) 1458 reexamine |= merge_object_sizes (osi, var, then_); 1460 expr_object_size (osi, var, then_);
|
| gimplify.cc | 3992 tree then_ = TREE_OPERAND (expr, 1); 3998 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); 4016 then_ = shortcut_cond_expr (expr); 4017 then_se = then_ && TREE_SIDE_EFFECTS (then_); 4019 expr = build3 (COND_EXPR, void_type_node, pred, then_, NULL_TREE); 4064 if (tree then_goto = find_goto_label (then_)) 4067 then_ = NULL; 4099 t = expr_last (then_); 3989 tree then_ = TREE_OPERAND (expr, 1); local 4328 tree then_ = TREE_OPERAND (expr, 1), else_ = TREE_OPERAND (expr, 2); local [all...] |
| gimplify.cc | 3992 tree then_ = TREE_OPERAND (expr, 1); 3998 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); 4016 then_ = shortcut_cond_expr (expr); 4017 then_se = then_ && TREE_SIDE_EFFECTS (then_); 4019 expr = build3 (COND_EXPR, void_type_node, pred, then_, NULL_TREE); 4064 if (tree then_goto = find_goto_label (then_)) 4067 then_ = NULL; 4099 t = expr_last (then_); 3989 tree then_ = TREE_OPERAND (expr, 1); local 4328 tree then_ = TREE_OPERAND (expr, 1), else_ = TREE_OPERAND (expr, 2); local [all...] |