compile_to_lowered_stmt  158 apps/fft/main.cpp     bench_c2c.compile_to_lowered_stmt(output_dir + "c2c.html", bench_c2c.infer_arguments(), HTML);
compile_to_lowered_stmt  189 apps/fft/main.cpp     bench_r2c.compile_to_lowered_stmt(output_dir + "r2c.html", bench_r2c.infer_arguments(), HTML);
compile_to_lowered_stmt  215 apps/fft/main.cpp     bench_c2r.compile_to_lowered_stmt(output_dir + "c2r.html", bench_c2r.infer_arguments(), HTML);
compile_to_lowered_stmt  141 python_bindings/python/Func.cpp     that.compile_to_lowered_stmt(filename, args_vec, fmt, target);
compile_to_lowered_stmt 2864 src/Func.cpp       pipeline().compile_to_lowered_stmt(filename, args, fmt, target);
compile_to_lowered_stmt  667 src/Func.h         EXPORT void compile_to_lowered_stmt(const std::string &filename,
compile_to_lowered_stmt  151 src/Pipeline.h     EXPORT void compile_to_lowered_stmt(const std::string &filename,
compile_to_lowered_stmt   26 test/correctness/compile_to_lowered_stmt.cpp         j.compile_to_lowered_stmt(result_file, j.infer_arguments());
compile_to_lowered_stmt   30 test/correctness/stmt_to_html.cpp     gradient_fast.compile_to_lowered_stmt(result_file_1, {}, Halide::HTML);
compile_to_lowered_stmt   37 test/correctness/stmt_to_html.cpp     gradient_fast.compile_to_lowered_stmt(result_file_2, {im}, Halide::HTML);
compile_to_lowered_stmt   45 test/correctness/stmt_to_html.cpp     tuple_func.compile_to_lowered_stmt(result_file_3, {}, Halide::HTML);
compile_to_lowered_stmt   75 test/performance/clamped_vector_load.cpp         f.compile_to_lowered_stmt("debug_clamped_vector_load.stmt", f.infer_arguments());
compile_to_lowered_stmt  121 test/performance/rgb_interleaved.cpp         dst.compile_to_lowered_stmt("rgb_interleave_fast.stmt", dst.infer_arguments());
compile_to_lowered_stmt  123 test/performance/rgb_interleaved.cpp         dst.compile_to_lowered_stmt("rgb_interleave_slow.stmt", dst.infer_arguments());
compile_to_lowered_stmt   58 tutorial/lesson_03_debugging_1.cpp     gradient.compile_to_lowered_stmt("gradient.html", {}, HTML);