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

  /src/external/gpl3/gcc/dist/gcc/
value-query.cc 41 return range_of_expr (r, expr);
53 return range_of_expr (r, name);
67 if (range_of_expr (r, expr, stmt))
72 range_of_expr (r, expr);
92 range_of_expr (r, expr);
215 range_of_expr (r0, op0, stmt);
216 range_of_expr (r1, op1, stmt);
233 range_of_expr (r0, TREE_OPERAND (expr, 0), stmt);
373 global_range_query::range_of_expr (vrange &r, tree expr, gimple *stmt) function in class:global_range_query
398 range_of_expr (tmp1, ssa1, s)
    [all...]
gimple-range-path.cc 80 return get_global_range_query ()->range_of_expr (r, name);
173 path_range_query::range_of_expr (vrange &r, tree name, gimple *stmt) function in class:path_range_query
228 if (m_resolve && m_ranger.range_of_expr (r, name, phi))
233 // calling range_of_expr with no context.
240 if (m_ranger.range_of_expr (arg_range, arg, /*stmt=*/NULL))
gimple-range.cc 82 gimple_ranger::range_of_expr (vrange &r, tree expr, gimple *stmt) function in class:gimple_ranger
88 if ((idx = tracer.header ("range_of_expr(")))
120 m_cache.range_of_expr (r, expr, stmt);
141 tracer.trailer (idx, "range_of_expr", true, expr, r);
195 range_of_expr (r, name, s);
463 // range_of_expr calls via an private internal API.
525 range_of_expr (g, lhs);
752 dom_ranger::range_of_expr (vrange &r, tree expr, gimple *s) function in class:dom_ranger
758 if ((idx = tracer.header ("range_of_expr ")))
773 m_global.range_of_expr (r, expr, s)
    [all...]
tree-ssa-propagate.cc 536 // range_of_expr.
558 substitute_and_fold_engine::range_of_expr (vrange &, tree, gimple *) function in class:substitute_and_fold_engine
gimple-range-cache.cc 558 ssa_cache::range_of_expr (vrange &r, tree expr, gimple *stmt) function in class:ssa_cache
1187 // Implement range_of_expr.
1190 ranger_cache::range_of_expr (vrange &r, tree name, gimple *stmt) function in class:ranger_cache
  /src/external/gpl3/gcc.old/dist/gcc/
value-query.cc 62 return range_of_expr (r, expr);
74 return range_of_expr (r, name);
87 if (range_of_expr (r, expr, stmt))
92 range_of_expr (r, expr);
112 range_of_expr (r, expr);
169 if (range_of_expr (r, const_cast<tree> (expr), stmt))
241 range_of_expr (r0, TREE_OPERAND (expr, 0), stmt);
242 range_of_expr (r1, TREE_OPERAND (expr, 1), stmt);
255 range_of_expr (r0, TREE_OPERAND (expr, 0), stmt);
439 global_range_query::range_of_expr (irange &r, tree expr, gimple *stmt function in class:global_range_query
    [all...]
gimple-range.cc 74 gimple_ranger::range_of_expr (irange &r, tree expr, gimple *stmt) function in class:gimple_ranger
80 if ((idx = tracer.header ("range_of_expr(")))
112 m_cache.range_of_expr (r, expr, stmt);
131 tracer.trailer (idx, "range_of_expr", true, expr, r);
193 range_of_expr (r, name, s);
442 // range_of_expr calls via an private interal API.
gimple-range-path.cc 89 return get_global_range_query ()->range_of_expr (r, name);
157 // Prefer to use range_of_expr if we have a statement to look at,
162 if (m_ranger->range_of_expr (r, name, last))
223 path_range_query::range_of_expr (irange &r, tree name, gimple *stmt) function in class:path_range_query
280 if (m_resolve && m_ranger->range_of_expr (r, name, phi))
285 // calling range_of_expr with no context.
291 if (range_of_expr (arg_range, arg, /*stmt=*/NULL))
gimple-range-cache.cc 1054 // Implement range_of_expr.
1057 ranger_cache::range_of_expr (irange &r, tree name, gimple *stmt) function in class:ranger_cache
vr-values.cc 120 || (get_global_range_query ()->range_of_expr (*vr,
129 get_global_range_query ()->range_of_expr (*vr, const_cast <tree> (var));
180 vr_values::range_of_expr (irange &r, tree expr, gimple *stmt) function in class:vr_values
267 get_global_range_query ()->range_of_expr (nr, const_cast <tree> (var));
3971 get_range_query (cfun)->range_of_expr (vr, innerop, stmt);
4366 && query->range_of_expr (range, op0, stmt))

Completed in 40 milliseconds