HomeSort by: relevance | last modified time | path
    Searched defs:isolated (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/isl/dist/
isl_ast_build_private.h 141 * "isolated" is the piece of the schedule domain isolated by the isolate
199 isl_set *isolated; member in struct:isl_ast_build
320 __isl_keep isl_ast_build *build, int isolated);
isl_ast_build.c 326 isl_set_free(build->isolated);
2239 * If "isolated" is set, then we get the loop AST generation type
2244 __isl_keep isl_ast_build *build, int isolated)
2258 if (!isolated)
2264 /* Extract the isolated set from the isolate option, if any,
2266 * If there is no isolate option, then the isolated set is
2276 * If we have already extracted the isolated set
2284 isl_set *isolated; local
2290 if (build->isolated)
2297 isolated = isl_schedule_node_band_get_ast_isolate_option(build->node)
    [all...]
isl_ast_codegen.c 3326 * In particular, handle the base case where there is either no isolated
3327 * set or we are within the isolated set (in which case "isolated" is set)
3328 * or the iterations that precede or follow the isolated set.
3358 int isolated)
3367 type = isl_ast_build_get_loop_type(build, isolated);
3473 * If we are outside of the isolated part, then "domain" may include
3480 __isl_keep isl_ast_build *build, int isolated)
3502 if (!isolated) {
3508 isl_ast_build_copy(sub_build), isolated);
3625 isl_set *isolated, *before, *after, *test; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 599 address and set *ISOLATED to true if called.
605 unsigned nargs, bool *isolated)
664 /* Let caller know the path has been isolated. */
665 *isolated = true;
699 of the isolated block which in turn means updating PHIs at
743 the current argument has been isolated. */
745 bool isolated = false; local
748 nargs, &isolated);
749 if (isolated)
866 of the isolated block which in turn means updating PHIs a
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 599 address and set *ISOLATED to true if called.
605 unsigned nargs, bool *isolated)
663 /* Let caller know the path has been isolated. */
664 *isolated = true;
698 of the isolated block which in turn means updating PHIs at
742 the current argument has been isolated. */
744 bool isolated = false; local
747 nargs, &isolated);
748 if (isolated)
864 of the isolated block which in turn means updating PHIs a
    [all...]

Completed in 31 milliseconds