compile_jit       207 apps/interpolate/interpolate.cpp     normalize.compile_jit(target);
compile_jit       177 apps/resize/resize.cpp     final.compile_jit(target);
compile_jit        66 python_bindings/python/Func.cpp     that.compile_jit();
compile_jit        71 python_bindings/python/Func.cpp     that.compile_jit(target);
compile_jit      2952 src/Func.cpp       return pipeline().compile_jit(target);
compile_jit       726 src/Func.h         EXPORT void *compile_jit(const Target &target = get_jit_target_from_environment());
compile_jit       659 src/Pipeline.cpp     compile_jit(target);
compile_jit       754 src/Pipeline.cpp             pipeline.compile_jit(target);
compile_jit       201 src/Pipeline.h      EXPORT void *compile_jit(const Target &target = get_jit_target_from_environment());
compile_jit        34 test/correctness/autotune_bug.cpp     blur_y.compile_jit();
compile_jit        16 test/correctness/dynamic_reduction_bounds.cpp     f.compile_jit();
compile_jit        88 test/correctness/extern_consumer.cpp     sink.compile_jit();
compile_jit        34 test/correctness/input_larger_than_two_gigs.cpp         grand_total.compile_jit(t.with_feature(Target::LargeBuffers));
compile_jit        40 test/correctness/input_larger_than_two_gigs.cpp     grand_total.compile_jit(t);
compile_jit        31 test/correctness/output_larger_than_two_gigs.cpp         identity_uint8.compile_jit(t.with_feature(Target::LargeBuffers));
compile_jit        39 test/correctness/output_larger_than_two_gigs.cpp     identity_uint8.compile_jit(t);
compile_jit        68 test/correctness/process_some_tiles.cpp     output.compile_jit();
compile_jit        27 test/correctness/realize_larger_than_two_gigs.cpp     grand_total.compile_jit(t);
compile_jit        36 test/correctness/realize_larger_than_two_gigs.cpp     grand_total.compile_jit(t.without_feature(Target::LargeBuffers));
compile_jit        19 test/correctness/realize_over_shifted_domain.cpp     f.compile_jit();
compile_jit        54 test/correctness/skip_stages.cpp         f4.compile_jit();
compile_jit        81 test/correctness/skip_stages.cpp         f4.compile_jit();
compile_jit       120 test/correctness/skip_stages.cpp         f2.compile_jit();
compile_jit       142 test/correctness/skip_stages.cpp         f2.compile_jit();
compile_jit       170 test/correctness/skip_stages.cpp         f4.compile_jit();
compile_jit        72 test/correctness/skip_stages_external_array_functions.cpp         f4.compile_jit();
compile_jit       121 test/correctness/skip_stages_external_array_functions.cpp         f4.compile_jit();
compile_jit       179 test/correctness/skip_stages_external_array_functions.cpp         f2.compile_jit();
compile_jit       218 test/correctness/skip_stages_external_array_functions.cpp         f2.compile_jit();
compile_jit       265 test/correctness/skip_stages_external_array_functions.cpp         f4.compile_jit();
compile_jit        93 test/correctness/skip_stages_memoize.cpp     f2.compile_jit();
compile_jit       122 test/correctness/skip_stages_memoize.cpp     f2.compile_jit();
compile_jit       161 test/correctness/skip_stages_memoize.cpp     f3.compile_jit();
compile_jit       194 test/correctness/skip_stages_memoize.cpp     f3.compile_jit();
compile_jit        22 test/correctness/tracing_bounds.cpp     g.compile_jit();
compile_jit        14 test/error/constrain_wrong_output_buffer.cpp     f.compile_jit();
compile_jit        16 test/error/thread_id_outside_block_id.cpp     f.compile_jit(t);
compile_jit        16 test/error/unbounded_input.cpp     f.compile_jit();
compile_jit        18 test/error/unbounded_output.cpp     f.compile_jit();
compile_jit        53 test/performance/block_transpose.cpp     output.compile_jit();
compile_jit       103 test/performance/block_transpose.cpp     output.compile_jit();
compile_jit        17 test/performance/clamped_vector_load.cpp     f.compile_jit();
compile_jit        69 test/performance/const_division.cpp     f.compile_jit();
compile_jit        70 test/performance/const_division.cpp     g.compile_jit();
compile_jit        71 test/performance/const_division.cpp     h.compile_jit();
compile_jit        25 test/performance/fast_inverse.cpp     slow.compile_jit();
compile_jit        26 test/performance/fast_inverse.cpp     fast.compile_jit();
compile_jit        26 test/performance/inner_loop_parallel.cpp         f.compile_jit();
compile_jit        50 test/performance/matrix_multiplication.cpp     matrix_mul.compile_jit();
compile_jit        18 test/performance/memcpy.cpp     dst.compile_jit();
compile_jit        45 test/performance/rgb_interleaved.cpp     dst.compile_jit();
compile_jit       156 test/performance/sort.cpp     f.compile_jit();
compile_jit       167 test/performance/sort.cpp     f.compile_jit();
compile_jit       124 test/performance/wrap.cpp     use_shared.compile_jit();
compile_jit       125 test/performance/wrap.cpp     use_l1.compile_jit();
compile_jit       126 test/performance/wrap.cpp     use_wrap_for_shared.compile_jit();
compile_jit       102 tutorial/lesson_12_using_the_gpu.cpp         curved.compile_jit();
compile_jit       197 tutorial/lesson_12_using_the_gpu.cpp         curved.compile_jit(target);