Searched refs:fur_source (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-range-fold.h | 120 class fur_source 123 fur_source (range_query *q = NULL); 142 class fur_stmt : public fur_source 179 bool fold_stmt (irange &r, gimple *s, class fur_source &src, 182 bool range_of_range_op (irange &r, gimple *s, fur_source &src); 183 bool range_of_call (irange &r, gcall *call, fur_source &src); 184 bool range_of_cond_expr (irange &r, gassign* cond, fur_source &src); 185 bool range_of_address (irange &r, gimple *s, fur_source &src); 186 bool range_of_builtin_call (irange &r, gcall *call, fur_source &src); 188 fur_source &src); [all …]
|
H A D | gimple-range-gori.h | 162 tree op2, fur_source &src); 170 tree name, class fur_source &src); 172 tree name, fur_source &src); 174 tree name, fur_source &src); 176 tree name, fur_source &src); 179 fur_source &src); 182 tree name, fur_source &src, tree op,
|
H A D | gimple-range-fold.cc | 48 fur_source::fur_source (range_query *q) in fur_source() function in fur_source 62 fur_source::get_operand (irange &r, tree expr) in get_operand() 71 fur_source::get_phi_operand (irange &r, tree expr, edge e) in get_phi_operand() 79 fur_source::query_relation (tree op1 ATTRIBUTE_UNUSED, in query_relation() 88 fur_source::register_relation (gimple *s ATTRIBUTE_UNUSED, in register_relation() 98 fur_source::register_relation (edge e ATTRIBUTE_UNUSED, in register_relation() 107 class fur_edge : public fur_source 120 fur_edge::fur_edge (edge e, range_query *q) : fur_source (q) in fur_edge() 146 fur_stmt::fur_stmt (gimple *s, range_query *q) : fur_source (q) in fur_stmt() 213 class fur_list : public fur_source [all …]
|
H A D | gimple-range-gori.cc | 667 tree name, fur_source &src) in compute_operand_range_switch() 695 fur_source &src) in compute_operand_range() 957 tree name, fur_source &src, in compute_logical_operands() 1012 fur_source &src) in compute_operand1_range() 1089 fur_source &src) in compute_operand2_range() 1156 fur_source &src) in compute_operand1_and_operand2_range() 1316 tree op1, tree op2, fur_source &src) in condexpr_adjust()
|
H A D | ChangeLog-2021 | 11466 (fur_source::register_outgoing_edges): ...from here. 11791 * gimple-range-fold.h (class fur_source): Make oracle protected. 11814 (fur_source::register_outgoing_edges): ...to this. 11816 register_outgoing_edges and move to fur_source. 22370 (fur_source:fur_source): Relocate to gimple-range-fold.cc. 22371 (fur_source::get_operand): Ditto. 22372 (fur_source::get_phi_operand): Ditto. 22373 (fur_source::query_relation): Ditto. 22374 (fur_source::register_relation): Ditto. 22415 (class fur_source): Ditto. [all …]
|