| /src/external/gpl3/gcc/dist/gcc/ |
| value-relation.h | 38 // relation_kind is a new enum which represents the different relations, 78 } relation_kind; typedef in typeref:enum:relation_kind_t 81 relation_kind relation_union (relation_kind r1, relation_kind r2); 82 relation_kind relation_intersect (relation_kind r1, relation_kind r2); 83 relation_kind relation_negate (relation_kind r) [all...] |
| range-op.h | 122 virtual relation_kind lhs_op1_relation (const irange &lhs, 125 relation_kind = VREL_VARYING) const; 126 virtual relation_kind lhs_op1_relation (const frange &lhs, 129 relation_kind = VREL_VARYING) const; 130 virtual relation_kind lhs_op1_relation (const irange &lhs, 133 relation_kind = VREL_VARYING) const; 135 virtual relation_kind lhs_op2_relation (const irange &lhs, 138 relation_kind = VREL_VARYING) const; 139 virtual relation_kind lhs_op2_relation (const frange &lhs, 142 relation_kind = VREL_VARYING) const [all...] |
| value-relation.cc | 39 // Print a relation_kind REL to file F. 42 print_relation (FILE *f, relation_kind rel) 54 relation_kind 55 relation_negate (relation_kind r) 57 return relation_kind (rr_negate_table [r]); 67 relation_kind 68 relation_swap (relation_kind r) 70 return relation_kind (rr_swap_table [r]); 104 relation_kind 105 relation_intersect (relation_kind r1, relation_kind r2 [all...] |
| range-op-mixed.h | 28 relation_kind rel); 79 relation_kind my_rel) 81 relation_kind rel = trio.op1_op2 (); 135 relation_kind op1_op2_relation (const irange &lhs, const irange &, 137 relation_kind op1_op2_relation (const irange &lhs, const frange &, 174 relation_kind op1_op2_relation (const irange &lhs, const irange &, 176 relation_kind op1_op2_relation (const irange &lhs, const frange &, 210 relation_kind op1_op2_relation (const irange &lhs, const irange &, 212 relation_kind op1_op2_relation (const irange &lhs, const frange &, 249 relation_kind op1_op2_relation (const irange &lhs, const irange & [all...] |
| value-query.h | 75 relation_kind query_relation (gimple *s, tree ssa1, tree ssa2, 77 relation_kind query_relation (edge e, tree ssa1, tree ssa2,
|
| gimple-range-fold.h | 105 virtual relation_kind query_relation (tree op1, tree op2); 106 virtual void register_relation (gimple *stmt, relation_kind k, tree op1, 108 virtual void register_relation (edge e, relation_kind k, tree op1, 125 virtual relation_kind query_relation (tree op1, tree op2) override; 137 virtual void register_relation (gimple *stmt, relation_kind k, tree op1, 139 virtual void register_relation (edge e, relation_kind k, tree op1,
|
| gimple-range-phi.h | 61 bool refine_using_relation (relation_kind k);
|
| gimple-range-fold.cc | 84 relation_kind 95 relation_kind k ATTRIBUTE_UNUSED, 105 relation_kind k ATTRIBUTE_UNUSED, 158 relation_kind 181 fur_depend::register_relation (gimple *s, relation_kind k, tree op1, tree op2) 190 fur_depend::register_relation (edge e, relation_kind k, tree op1, tree op2) 325 virtual void register_relation (gimple *stmt, relation_kind k, tree op1, 327 virtual void register_relation (edge e, relation_kind k, tree op1, 331 relation_kind def_op1, def_op2, op1_op2; 350 fur_relation::register_relation (edge, relation_kind, tree, tree [all...] |
| range-op-ptr.cc | 118 relation_kind rel = trio.lhs_op1 (); 252 relation_kind rel) const; 261 relation_kind rel) const 298 relation_kind lhs_op1_relation (const irange &lhs, 300 relation_kind rel) const final override
|
| range-op-float.cc | 108 const REAL_VALUE_TYPE &, relation_kind) const 183 relation_kind 187 relation_kind) const 192 relation_kind 196 relation_kind) const 201 relation_kind 205 relation_kind) const 210 relation_kind 214 relation_kind) const 219 relation_kind [all...] |
| gimple-range-path.cc | 615 relation_kind query_relation (tree op1, tree op2) override; 616 void register_relation (gimple *, relation_kind, tree op1, tree op2) override; 617 void register_relation (edge, relation_kind, tree op1, tree op2) override; 641 jt_fur_source::register_relation (gimple *, relation_kind k, tree op1, tree op2) 650 jt_fur_source::register_relation (edge, relation_kind k, tree op1, tree op2) 656 relation_kind
|
| range-op.cc | 305 relation_kind 309 relation_kind rel) const 334 relation_kind 338 relation_kind rel) const 362 relation_kind 619 relation_kind rel = trio.op1_op2 (); 706 relation_kind 710 relation_kind rel ATTRIBUTE_UNUSED) const 715 relation_kind 719 relation_kind rel ATTRIBUTE_UNUSED) cons [all...] |
| gimple-range-phi.cc | 140 relation_kind k = VREL_VARYING; 189 phi_group::refine_using_relation (relation_kind k)
|
| value-query.cc | 387 relation_kind 408 relation_kind
|
| gimple-range-gori.h | 180 fur_source &src, relation_kind k);
|
| gimple-range-gori.cc | 633 relation_kind k = handler.op1_op2_relation (lhs, r1, r2); 1012 fur_source &src, relation_kind k) 1143 relation_kind op_op = trio.op1_op2 (); 1218 relation_kind op_op = trio.op1_op2 ();
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| value-relation.h | 39 // relation_kind is a typedef of enum tree_code, but has restricted range 64 typedef enum tree_code relation_kind; typedef in typeref:enum:tree_code 70 relation_kind relation_union (relation_kind r1, relation_kind r2); 71 relation_kind relation_intersect (relation_kind r1, relation_kind r2); 72 relation_kind relation_negate (relation_kind r) [all...] |
| range-op.h | 56 relation_kind rel = VREL_NONE) const; 72 relation_kind rel = VREL_NONE) const; 76 relation_kind rel = VREL_NONE) const; 99 relation_kind rel) const;
|
| value-relation.cc | 56 // Print a relation_kind REL to file F. 59 print_relation (FILE *f, relation_kind rel) 66 relation_kind rr_negate_table[VREL_COUNT] = { 72 relation_kind 73 relation_negate (relation_kind r) 80 relation_kind rr_swap_table[VREL_COUNT] = { 86 relation_kind 87 relation_swap (relation_kind r) 95 relation_kind rr_intersect_table[VREL_COUNT][VREL_COUNT] = { 117 relation_kind [all...] |
| range-op.cc | 200 relation_kind rel) const 248 relation_kind rel ATTRIBUTE_UNUSED) const 260 relation_kind rel ATTRIBUTE_UNUSED) const 296 relation_kind rel ATTRIBUTE_UNUSED) const 498 const irange &op2, relation_kind rel, 499 relation_kind my_rel) 529 relation_kind rel = VREL_NONE) const; 533 relation_kind rel = VREL_NONE) const; 537 relation_kind rel = VREL_NONE) const; 564 relation_kind rel) cons [all...] |
| gimple-range-fold.h | 128 virtual relation_kind query_relation (tree op1, tree op2); 129 virtual void register_relation (gimple *stmt, relation_kind k, tree op1, 131 virtual void register_relation (edge e, relation_kind k, tree op1, 148 virtual relation_kind query_relation (tree op1, tree op2) OVERRIDE; 160 virtual void register_relation (gimple *stmt, relation_kind k, tree op1, 162 virtual void register_relation (edge e, relation_kind k, tree op1,
|
| value-query.h | 97 relation_kind query_relation (gimple *s, tree ssa1, tree ssa2, 99 relation_kind query_relation (edge e, tree ssa1, tree ssa2,
|
| gimple-range-fold.cc | 78 relation_kind 89 relation_kind k ATTRIBUTE_UNUSED, 99 relation_kind k ATTRIBUTE_UNUSED, 172 relation_kind 195 fur_depend::register_relation (gimple *s, relation_kind k, tree op1, tree op2) 204 fur_depend::register_relation (edge e, relation_kind k, tree op1, tree op2) 613 relation_kind rel; 621 relation_kind rel = src.query_relation (op1, op2); 931 relation_kind relation = src.query_relation (arg0, arg1); 1406 relation_kind relation1 = handler1->op1_op2_relation (bool_one) [all...] |
| gimple-range-path.cc | 698 relation_kind query_relation (tree op1, tree op2) override; 699 void register_relation (gimple *, relation_kind, tree op1, tree op2) override; 700 void register_relation (edge, relation_kind, tree op1, tree op2) override; 724 jt_fur_source::register_relation (gimple *, relation_kind k, tree op1, tree op2) 733 jt_fur_source::register_relation (edge, relation_kind k, tree op1, tree op2) 739 relation_kind
|
| value-query.cc | 455 relation_kind 475 relation_kind
|