infer_input_bounds 2773 src/Func.cpp       infer_input_bounds(r);
infer_input_bounds 2948 src/Func.cpp       pipeline().infer_input_bounds(dst);
infer_input_bounds  595 src/Func.h         EXPORT void infer_input_bounds(int x_size = 0, int y_size = 0, int z_size = 0, int w_size = 0);
infer_input_bounds  596 src/Func.h         EXPORT void infer_input_bounds(Realization dst);
infer_input_bounds 1000 src/Pipeline.cpp     infer_input_bounds(r);
infer_input_bounds  374 src/Pipeline.h     EXPORT void infer_input_bounds(int x_size = 0, int y_size = 0, int z_size = 0, int w_size = 0);
infer_input_bounds  375 src/Pipeline.h     EXPORT void infer_input_bounds(Realization dst);
infer_input_bounds   35 test/correctness/autotune_bug.cpp     blur_y.infer_input_bounds(AUTOTUNE_N);
infer_input_bounds   11 test/correctness/bounds_of_abs.cpp     f.infer_input_bounds(output);
infer_input_bounds   11 test/correctness/bounds_of_cast.cpp     f.infer_input_bounds(output);
infer_input_bounds   22 test/correctness/bounds_of_func.cpp         g.infer_input_bounds(output);
infer_input_bounds   43 test/correctness/bounds_of_func.cpp         g.infer_input_bounds(output);
infer_input_bounds   64 test/correctness/bounds_of_func.cpp         h.infer_input_bounds(output);
infer_input_bounds   92 test/correctness/bounds_of_func.cpp         h.infer_input_bounds(output);
infer_input_bounds   14 test/correctness/bounds_of_monotonic_math.cpp     f.infer_input_bounds(10);
infer_input_bounds   25 test/correctness/bounds_query.cpp     second.infer_input_bounds(out);
infer_input_bounds   64 test/correctness/extern_bounds_inference.cpp         f.infer_input_bounds(W, H);
infer_input_bounds   95 test/correctness/extern_bounds_inference.cpp         g.infer_input_bounds(W, H);
infer_input_bounds  123 test/correctness/extern_bounds_inference.cpp         g.infer_input_bounds(W, H);
infer_input_bounds   27 test/correctness/multipass_constraints.cpp     out.infer_input_bounds(out_buf);
infer_input_bounds  228 test/correctness/specialize.cpp         f.infer_input_bounds(5);
infer_input_bounds  267 test/correctness/specialize.cpp         f.infer_input_bounds(100);
infer_input_bounds  275 test/correctness/specialize.cpp         f.infer_input_bounds(100);
infer_input_bounds  346 test/correctness/specialize.cpp         f.infer_input_bounds(3, 1);
infer_input_bounds  467 test/correctness/specialize.cpp         f.infer_input_bounds(10);
infer_input_bounds  477 test/correctness/specialize.cpp         f.infer_input_bounds(10);
infer_input_bounds  501 test/correctness/specialize.cpp         f.infer_input_bounds(10);
infer_input_bounds  516 test/correctness/specialize.cpp         f.infer_input_bounds(10);
infer_input_bounds   26 test/error/expanding_reduction.cpp     g.infer_input_bounds(100, 100);
infer_input_bounds   14 test/error/impossible_constraints.cpp     out.infer_input_bounds();