Home
last modified time | relevance | path

Searched refs:gimple_range_operand1 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-gori.cc46 tree type = TREE_TYPE (gimple_range_operand1 (stmt)); in gimple_range_calc_op1()
68 tree type = TREE_TYPE (gimple_range_operand1 (stmt)); in gimple_range_calc_op1()
100 int_range<2> trange (TREE_TYPE (gimple_range_operand1 (stmt))); in gimple_range_calc_op2()
351 ssa1 = gimple_range_ssa_p (gimple_range_operand1 (stmt)); in get_def_chain()
713 tree op1 = gimple_range_ssa_p (gimple_range_operand1 (stmt)); in compute_operand_range()
1015 tree op1 = gimple_range_operand1 (stmt); in compute_operand1_range()
1092 tree op1 = gimple_range_operand1 (stmt); in compute_operand2_range()
H A Dgimple-range-fold.cc482 gimple_range_operand1 (const gimple *stmt) in gimple_range_operand1() function
599 tree op1 = gimple_range_operand1 (s); in range_of_range_op()
1363 tree ssa1 = gimple_range_ssa_p (gimple_range_operand1 (s)); in relation_fold_and_or()
1388 tree ssa1_dep1 = gimple_range_ssa_p (gimple_range_operand1 (ssa1_stmt)); in relation_fold_and_or()
1390 tree ssa2_dep1 = gimple_range_ssa_p (gimple_range_operand1 (ssa2_stmt)); in relation_fold_and_or()
1474 tree ssa1 = gimple_range_ssa_p (gimple_range_operand1 (s)); in register_outgoing_edges()
1510 tree ssa1 = gimple_range_ssa_p (gimple_range_operand1 (stmt)); in register_outgoing_edges()
H A Dgimple-range-fold.h168 extern tree gimple_range_operand1 (const gimple *s);
H A Dgimple-range.cc431 op = gimple_range_operand1 (stmt); in prefill_stmt_dependencies()
H A DChangeLog-202122395 (gimple_range_operand1): Ditto.