halide_profiler_pipeline_stats 1338 src/runtime/HalideRuntime.h     struct halide_profiler_pipeline_stats *pipelines;
halide_profiler_pipeline_stats 1365 src/runtime/HalideRuntime.h extern struct halide_profiler_pipeline_stats *halide_profiler_get_pipeline_state(const char *pipeline_name);
halide_profiler_pipeline_stats   19 src/runtime/profiler.cpp WEAK halide_profiler_pipeline_stats *find_or_create_pipeline(const char *pipeline_name, int num_funcs, const uint64_t *func_names) {
halide_profiler_pipeline_stats   22 src/runtime/profiler.cpp     for (halide_profiler_pipeline_stats *p = s->pipelines; p;
halide_profiler_pipeline_stats   23 src/runtime/profiler.cpp          p = (halide_profiler_pipeline_stats *)(p->next)) {
halide_profiler_pipeline_stats   32 src/runtime/profiler.cpp     halide_profiler_pipeline_stats *p =
halide_profiler_pipeline_stats   33 src/runtime/profiler.cpp         (halide_profiler_pipeline_stats *)malloc(sizeof(halide_profiler_pipeline_stats));
halide_profiler_pipeline_stats   70 src/runtime/profiler.cpp     halide_profiler_pipeline_stats *p_prev = NULL;
halide_profiler_pipeline_stats   71 src/runtime/profiler.cpp     for (halide_profiler_pipeline_stats *p = s->pipelines; p;
halide_profiler_pipeline_stats   72 src/runtime/profiler.cpp          p = (halide_profiler_pipeline_stats *)(p->next)) {
halide_profiler_pipeline_stats   76 src/runtime/profiler.cpp                 p_prev->next = (halide_profiler_pipeline_stats *)(p->next);
halide_profiler_pipeline_stats  158 src/runtime/profiler.cpp WEAK halide_profiler_pipeline_stats *halide_profiler_get_pipeline_state(const char *pipeline_name) {
halide_profiler_pipeline_stats  163 src/runtime/profiler.cpp     for (halide_profiler_pipeline_stats *p = s->pipelines; p;
halide_profiler_pipeline_stats  164 src/runtime/profiler.cpp          p = (halide_profiler_pipeline_stats *)(p->next)) {
halide_profiler_pipeline_stats  189 src/runtime/profiler.cpp     halide_profiler_pipeline_stats *p =
halide_profiler_pipeline_stats  203 src/runtime/profiler.cpp     halide_profiler_pipeline_stats *p_stats = (halide_profiler_pipeline_stats *) pipeline_state;
halide_profiler_pipeline_stats  230 src/runtime/profiler.cpp     halide_profiler_pipeline_stats *p_stats = (halide_profiler_pipeline_stats *) pipeline_state;
halide_profiler_pipeline_stats  266 src/runtime/profiler.cpp     halide_profiler_pipeline_stats *p_stats = (halide_profiler_pipeline_stats *) pipeline_state;
halide_profiler_pipeline_stats  291 src/runtime/profiler.cpp     for (halide_profiler_pipeline_stats *p = s->pipelines; p;
halide_profiler_pipeline_stats  292 src/runtime/profiler.cpp          p = (halide_profiler_pipeline_stats *)(p->next)) {
halide_profiler_pipeline_stats  405 src/runtime/profiler.cpp         halide_profiler_pipeline_stats *p = s->pipelines;
halide_profiler_pipeline_stats  406 src/runtime/profiler.cpp         s->pipelines = (halide_profiler_pipeline_stats *)(p->next);
halide_profiler_pipeline_stats   38 test/generator/memory_profiler_mandelbrot_aottest.cpp     for (halide_profiler_pipeline_stats *p = s->pipelines; p;
halide_profiler_pipeline_stats   39 test/generator/memory_profiler_mandelbrot_aottest.cpp          p = (halide_profiler_pipeline_stats *)(p->next)) {