Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-gori.cc75 int_range<2> trange (TREE_TYPE (gimple_range_operand2 (stmt))); in gimple_range_calc_op1()
96 tree type = TREE_TYPE (gimple_range_operand2 (stmt)); in gimple_range_calc_op2()
352 ssa2 = gimple_range_ssa_p (gimple_range_operand2 (stmt)); in get_def_chain()
714 tree op2 = gimple_range_ssa_p (gimple_range_operand2 (stmt)); in compute_operand_range()
1016 tree op2 = gimple_range_operand2 (stmt); in compute_operand1_range()
1093 tree op2 = gimple_range_operand2 (stmt); in compute_operand2_range()
H A Dgimple-range-fold.cc515 gimple_range_operand2 (const gimple *stmt) in gimple_range_operand2() function
600 tree op2 = gimple_range_operand2 (s); in range_of_range_op()
1364 tree ssa2 = gimple_range_ssa_p (gimple_range_operand2 (s)); in relation_fold_and_or()
1389 tree ssa1_dep2 = gimple_range_ssa_p (gimple_range_operand2 (ssa1_stmt)); in relation_fold_and_or()
1391 tree ssa2_dep2 = gimple_range_ssa_p (gimple_range_operand2 (ssa2_stmt)); in relation_fold_and_or()
1475 tree ssa2 = gimple_range_ssa_p (gimple_range_operand2 (s)); in register_outgoing_edges()
1511 tree ssa2 = gimple_range_ssa_p (gimple_range_operand2 (stmt)); in register_outgoing_edges()
H A Dgimple-range-fold.h169 extern tree gimple_range_operand2 (const gimple *s);
H A Dgimple-range.cc428 tree op = gimple_range_operand2 (stmt); in prefill_stmt_dependencies()
H A DChangeLog-202122396 (gimple_range_operand2): Ditto.