func_bounds        24 src/AllocationBoundsInference.cpp     const FuncValueBounds &func_bounds;
func_bounds        34 src/AllocationBoundsInference.cpp         Box b = box_touched(op->body, op->name, empty_scope, func_bounds);
func_bounds        18 src/AllocationBoundsInference.h                                  const std::map<std::pair<std::string, int>, Interval> &func_bounds);
func_bounds        83 src/Bounds.cpp     const FuncValueBounds &func_bounds;
func_bounds        86 src/Bounds.cpp         func_bounds(fb) {
func_bounds        98 src/Bounds.cpp         FuncValueBounds::const_iterator iter = func_bounds.find(key);
func_bounds       100 src/Bounds.cpp         if (iter != func_bounds.end()) {
func_bounds       994 src/Bounds.cpp     const FuncValueBounds &func_bounds;
func_bounds      1023 src/Bounds.cpp                     b[i] = bounds_of_expr_in_scope(op->args[i], scope, func_bounds);
func_bounds      1057 src/Bounds.cpp         Interval value_bounds = bounds_of_expr_in_scope(op->value, scope, func_bounds);
func_bounds      1156 src/Bounds.cpp                         Interval bi = bounds_of_expr_in_scope(b, scope, func_bounds);
func_bounds      1187 src/Bounds.cpp                         Interval ai = bounds_of_expr_in_scope(a, scope, func_bounds);
func_bounds      1274 src/Bounds.cpp             min_val = bounds_of_expr_in_scope(op->min, scope, func_bounds).min;
func_bounds      1280 src/Bounds.cpp             max_val = bounds_of_expr_in_scope(op->extent, scope, func_bounds).max;
func_bounds      1281 src/Bounds.cpp             max_val += bounds_of_expr_in_scope(op->min, scope, func_bounds).max;
func_bounds      1295 src/Bounds.cpp                     b[i] = bounds_of_expr_in_scope(op->args[i], scope, func_bounds);
func_bounds        32 src/Bounds.h                                    const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds        88 src/Bounds.h                                             const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds        91 src/Bounds.h                                             const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       100 src/Bounds.h                                             const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       103 src/Bounds.h                                             const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       112 src/Bounds.h                                            const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       115 src/Bounds.h                                            const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       122 src/Bounds.h                    const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       125 src/Bounds.h                    const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       129 src/Bounds.h                    const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       132 src/Bounds.h                    const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       136 src/Bounds.h                   const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       139 src/Bounds.h                   const FuncValueBounds &func_bounds = FuncValueBounds());
func_bounds       110 src/BoundsInference.cpp     const FuncValueBounds &func_bounds;
func_bounds       639 src/BoundsInference.cpp         funcs(f), func_bounds(fb), target(target) {
func_bounds       754 src/BoundsInference.cpp                     new_boxes = boxes_required(cval.value, scope, func_bounds);
func_bounds       883 src/BoundsInference.cpp             box = box_provided(body, stages[producing].name, empty_scope, func_bounds);
func_bounds       996 src/BoundsInference.cpp                       const FuncValueBounds &func_bounds,
func_bounds      1006 src/BoundsInference.cpp     s = BoundsInference(funcs, outputs, func_bounds, target).mutate(s);
func_bounds        25 src/BoundsInference.h                       const std::map<std::pair<std::string, int>, Interval> &func_bounds,
func_bounds       143 src/Lower.cpp      FuncValueBounds func_bounds = compute_function_value_bounds(order, env);
func_bounds       148 src/Lower.cpp      s = add_image_checks(s, outputs, t, order, env, func_bounds);
func_bounds       155 src/Lower.cpp      s = bounds_inference(s, outputs, order, env, func_bounds, t);
func_bounds       163 src/Lower.cpp      s = allocation_bounds_inference(s, env, func_bounds);