| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-range-gori.h | 156 class gori_compute : public gori_map class in inherits:gori_map 159 gori_compute (int not_executable_flag = 0);
|
| gimple-range-gori.cc | 647 // Construct a gori_compute object. 649 gori_compute::gori_compute (int not_executable_flag) function in class:gori_compute 665 gori_compute::compute_operand_range_switch (irange &r, gswitch *s, 693 gori_compute::compute_operand_range (irange &r, gimple *stmt, 791 gori_compute::logical_combine (irange &r, enum tree_code code, 954 gori_compute::compute_logical_operands (irange &true_range, irange &false_range, 1010 gori_compute::compute_operand1_range (irange &r, gimple *stmt, 1087 gori_compute::compute_operand2_range (irange &r, gimple *stmt, 1152 gori_compute::compute_operand1_and_operand2_range (irange &r [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-range-gori.h | 164 class gori_compute : public gori_map class in inherits:gori_map 167 gori_compute (int not_executable_flag = 0);
|
| gimple-range-gori.cc | 558 // Construct a gori_compute object. 560 gori_compute::gori_compute (int not_executable_flag) function in class:gori_compute 576 gori_compute::compute_operand_range_switch (vrange &r, gswitch *s, 604 gori_compute::compute_operand_range (vrange &r, gimple *stmt, 783 gori_compute::logical_combine (vrange &r, enum tree_code code, 950 gori_compute::compute_logical_operands (vrange &true_range, vrange &false_range, 1010 gori_compute::refine_using_relation (tree op1, vrange &op1_range, 1118 gori_compute::compute_operand1_range (vrange &r, 1199 gori_compute::compute_operand2_range (vrange &r [all...] |