Searched refs:get_phi_operand (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-range-fold.h | 127 virtual bool get_phi_operand (irange &r, tree expr, edge e); 147 virtual bool get_phi_operand (irange &r, tree expr, edge e) OVERRIDE;
|
H A D | gimple-range-fold.cc | 71 fur_source::get_phi_operand (irange &r, tree expr, edge e) in get_phi_operand() function in fur_source 112 virtual bool get_phi_operand (irange &r, tree expr, edge e) OVERRIDE; 137 fur_edge::get_phi_operand (irange &r, tree expr, edge e) in get_phi_operand() function in fur_edge 163 fur_stmt::get_phi_operand (irange &r, tree expr, edge e) in get_phi_operand() function in fur_stmt 220 virtual bool get_phi_operand (irange &r, tree expr, edge e) OVERRIDE; 272 fur_list::get_phi_operand (irange &r, tree expr, edge e ATTRIBUTE_UNUSED) in get_phi_operand() function in fur_list 798 src.get_phi_operand (arg_range, arg, e); in range_of_phi()
|
H A D | ChangeLog-2021 | 22372 (fur_source::get_phi_operand): Ditto. 22378 (fur_edge::get_phi_operand): Ditto. 22381 (fur_stmt::get_phi_operand): Ditto. 22390 (fur_list::get_phi_operand): Ditto. 22546 (fur_source::get_phi_operand): Use member_query. 22551 (fur_edge::get_phi_operand): Fix comment. 23900 (fur_source::get_phi_operand): New. 23906 (fur_edge::get_phi_operand): New. 23910 (fur_stmt::get_phi_operand): New. 23918 (fur_list::get_phi_operand): New.
|