Home
last modified time | relevance | path

Searched refs:top_stmt (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-math-opts.c3344 gimple *top_stmt = stmt; in convert_to_divmod() local
3366 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3367 top_stmt = use_stmt; in convert_to_divmod()
3372 top_stmt = use_stmt; in convert_to_divmod()
3377 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3378 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3380 stmts.safe_push (top_stmt); in convert_to_divmod()
3381 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3396 if (use_stmt == top_stmt in convert_to_divmod()
3421 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-math-opts.c3572 gimple *top_stmt = stmt; in convert_to_divmod() local
3594 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3595 top_stmt = use_stmt; in convert_to_divmod()
3600 top_stmt = use_stmt; in convert_to_divmod()
3605 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3606 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3608 stmts.safe_push (top_stmt); in convert_to_divmod()
3609 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3624 if (use_stmt == top_stmt in convert_to_divmod()
3649 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3344 gimple *top_stmt = stmt; in convert_to_divmod() local
3366 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3367 top_stmt = use_stmt; in convert_to_divmod()
3372 top_stmt = use_stmt; in convert_to_divmod()
3377 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3378 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3380 stmts.safe_push (top_stmt); in convert_to_divmod()
3381 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3396 if (use_stmt == top_stmt in convert_to_divmod()
3421 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3344 gimple *top_stmt = stmt; in convert_to_divmod() local
3366 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3367 top_stmt = use_stmt; in convert_to_divmod()
3372 top_stmt = use_stmt; in convert_to_divmod()
3377 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3378 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3380 stmts.safe_push (top_stmt); in convert_to_divmod()
3381 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3396 if (use_stmt == top_stmt in convert_to_divmod()
3421 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-math-opts.c3569 gimple *top_stmt = stmt; in convert_to_divmod() local
3591 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3592 top_stmt = use_stmt; in convert_to_divmod()
3597 top_stmt = use_stmt; in convert_to_divmod()
3602 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3603 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3605 stmts.safe_push (top_stmt); in convert_to_divmod()
3606 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3621 if (use_stmt == top_stmt in convert_to_divmod()
3646 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3344 gimple *top_stmt = stmt; in convert_to_divmod() local
3366 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3367 top_stmt = use_stmt; in convert_to_divmod()
3372 top_stmt = use_stmt; in convert_to_divmod()
3377 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3378 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3380 stmts.safe_push (top_stmt); in convert_to_divmod()
3381 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3396 if (use_stmt == top_stmt in convert_to_divmod()
3421 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c3344 gimple *top_stmt = stmt; in convert_to_divmod() local
3366 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3367 top_stmt = use_stmt; in convert_to_divmod()
3372 top_stmt = use_stmt; in convert_to_divmod()
3377 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3378 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3380 stmts.safe_push (top_stmt); in convert_to_divmod()
3381 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3396 if (use_stmt == top_stmt in convert_to_divmod()
3421 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-math-opts.c3343 gimple *top_stmt = stmt; in convert_to_divmod() local
3365 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3366 top_stmt = use_stmt; in convert_to_divmod()
3371 top_stmt = use_stmt; in convert_to_divmod()
3376 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3377 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3379 stmts.safe_push (top_stmt); in convert_to_divmod()
3380 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3395 if (use_stmt == top_stmt in convert_to_divmod()
3420 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-math-opts.c3572 gimple *top_stmt = stmt; in convert_to_divmod() local
3594 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3595 top_stmt = use_stmt; in convert_to_divmod()
3600 top_stmt = use_stmt; in convert_to_divmod()
3605 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3606 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3608 stmts.safe_push (top_stmt); in convert_to_divmod()
3609 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3624 if (use_stmt == top_stmt in convert_to_divmod()
3649 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-math-opts.c3572 gimple *top_stmt = stmt; in convert_to_divmod() local
3594 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3595 top_stmt = use_stmt; in convert_to_divmod()
3600 top_stmt = use_stmt; in convert_to_divmod()
3605 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3606 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3608 stmts.safe_push (top_stmt); in convert_to_divmod()
3609 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3624 if (use_stmt == top_stmt in convert_to_divmod()
3649 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-math-opts.c3569 gimple *top_stmt = stmt; in convert_to_divmod() local
3591 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3592 top_stmt = use_stmt; in convert_to_divmod()
3597 top_stmt = use_stmt; in convert_to_divmod()
3602 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3603 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3605 stmts.safe_push (top_stmt); in convert_to_divmod()
3606 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3621 if (use_stmt == top_stmt in convert_to_divmod()
3646 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-math-opts.c3569 gimple *top_stmt = stmt; in convert_to_divmod() local
3591 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
3592 top_stmt = use_stmt; in convert_to_divmod()
3597 top_stmt = use_stmt; in convert_to_divmod()
3602 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
3603 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
3605 stmts.safe_push (top_stmt); in convert_to_divmod()
3606 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
3621 if (use_stmt == top_stmt in convert_to_divmod()
3646 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-math-opts.c4426 gimple *top_stmt = stmt; in convert_to_divmod() local
4448 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
4449 top_stmt = use_stmt; in convert_to_divmod()
4454 top_stmt = use_stmt; in convert_to_divmod()
4459 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
4460 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
4462 stmts.safe_push (top_stmt); in convert_to_divmod()
4463 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
4478 if (use_stmt == top_stmt in convert_to_divmod()
4503 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-math-opts.c4439 gimple *top_stmt = stmt; in convert_to_divmod() local
4461 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
4462 top_stmt = use_stmt; in convert_to_divmod()
4467 top_stmt = use_stmt; in convert_to_divmod()
4472 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
4473 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
4475 stmts.safe_push (top_stmt); in convert_to_divmod()
4476 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
4491 if (use_stmt == top_stmt in convert_to_divmod()
4516 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c4426 gimple *top_stmt = stmt; in convert_to_divmod() local
4448 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
4449 top_stmt = use_stmt; in convert_to_divmod()
4454 top_stmt = use_stmt; in convert_to_divmod()
4459 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
4460 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
4462 stmts.safe_push (top_stmt); in convert_to_divmod()
4463 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
4478 if (use_stmt == top_stmt in convert_to_divmod()
4503 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c4426 gimple *top_stmt = stmt; in convert_to_divmod() local
4448 if (gimple_uid (use_stmt) < gimple_uid (top_stmt)) in convert_to_divmod()
4449 top_stmt = use_stmt; in convert_to_divmod()
4454 top_stmt = use_stmt; in convert_to_divmod()
4459 tree top_op1 = gimple_assign_rhs1 (top_stmt); in convert_to_divmod()
4460 tree top_op2 = gimple_assign_rhs2 (top_stmt); in convert_to_divmod()
4462 stmts.safe_push (top_stmt); in convert_to_divmod()
4463 bool div_seen = (gimple_assign_rhs_code (top_stmt) == TRUNC_DIV_EXPR); in convert_to_divmod()
4478 if (use_stmt == top_stmt in convert_to_divmod()
4503 gimple_stmt_iterator top_stmt_gsi = gsi_for_stmt (top_stmt); in convert_to_divmod()
/dports/lang/v/v-0.1.29/vlib/v/parser/
H A Dparser.v185 stmts << p.top_stmt()
401 pub fn (mut p Parser) top_stmt() ast.Stmt {
404 …ok.kind: ${p.tok.kind:-10} | tok.lit: ${p.tok.lit:-10} | tok_pos: ${tok_pos.str():-45} | top_stmt')
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y1286 %type <nd> top_compstmt top_stmts top_stmt
1396 | top_stmt
1401 | top_stmts terms top_stmt
1405 | error top_stmt
1411 top_stmt : stmt
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y1286 %type <nd> top_compstmt top_stmts top_stmt
1396 | top_stmt
1401 | top_stmts terms top_stmt
1405 | error top_stmt
1411 top_stmt : stmt
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y1205 %type <nd> top_compstmt top_stmts top_stmt
1315 | top_stmt
1320 | top_stmts terms top_stmt
1324 | error top_stmt
1330 top_stmt : stmt
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y1419 %type <nd> top_compstmt top_stmts top_stmt
1529 | top_stmt
1534 | top_stmts terms top_stmt
1538 | error top_stmt
1544 top_stmt : stmt
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y1419 %type <nd> top_compstmt top_stmts top_stmt
1529 | top_stmt
1534 | top_stmts terms top_stmt
1538 | error top_stmt
1544 top_stmt : stmt
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y1419 %type <nd> top_compstmt top_stmts top_stmt
1529 | top_stmt
1534 | top_stmts terms top_stmt
1538 | error top_stmt
1544 top_stmt : stmt
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dparse.y1419 %type <nd> top_compstmt top_stmts top_stmt
1529 | top_stmt
1534 | top_stmts terms top_stmt
1538 | error top_stmt
1544 top_stmt : stmt
/dports/lang/ruby26/ruby-2.6.9/
H A Dparse.y839 %type <node> top_compstmt top_stmts top_stmt begin_block
976 | top_stmt
983 | top_stmts terms top_stmt
990 | error top_stmt
996 top_stmt : stmt

12