HomeSort by: relevance | last modified time | path
    Searched defs:fur_stmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-fold.h 116 // fur_stmt is the specification for drawing an operand from range_query Q
119 class fur_stmt : public fur_source class in inherits:fur_source
122 fur_stmt (gimple *s, range_query *q = NULL);
133 class fur_depend : public fur_stmt
gimple-range-fold.cc 132 fur_stmt::fur_stmt (gimple *s, range_query *q) : fur_source (q) function in class:fur_stmt
140 fur_stmt::get_operand (vrange &r, tree expr)
149 fur_stmt::get_phi_operand (vrange &r, tree expr, edge e)
159 fur_stmt::query_relation (tree op1, tree op2)
168 : fur_stmt (s, q)
303 fur_stmt src (s, q);
321 class fur_relation : public fur_stmt
334 fur_relation::fur_relation (gimple *s, range_query *q) : fur_stmt (s, q)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-fold.h 139 // fur_stmt is the specification for drawing an operand from range_query Q
142 class fur_stmt : public fur_source class in inherits:fur_source
145 fur_stmt (gimple *s, range_query *q = NULL);
156 class fur_depend : public fur_stmt
gimple-range-fold.cc 146 fur_stmt::fur_stmt (gimple *s, range_query *q) : fur_source (q) function in class:fur_stmt
154 fur_stmt::get_operand (irange &r, tree expr)
163 fur_stmt::get_phi_operand (irange &r, tree expr, edge e)
173 fur_stmt::query_relation (tree op1, tree op2)
182 : fur_stmt (s, q)
314 fur_stmt src (s, q);

Completed in 17 milliseconds