Searched refs:kfor (Results 1 – 1 of 1) sorted by relevance
7432 grid_expand_omp_for_loop (struct omp_region *kfor, bool intra_group) in grid_expand_omp_for_loop() argument7435 gomp_for *for_stmt = as_a <gomp_for *> (last_stmt (kfor->entry)); in grid_expand_omp_for_loop()7444 remove_edge (BRANCH_EDGE (kfor->entry)); in grid_expand_omp_for_loop()7445 basic_block body_bb = FALLTHRU_EDGE (kfor->entry)->dest; in grid_expand_omp_for_loop()7447 gcc_assert (kfor->cont); in grid_expand_omp_for_loop()7500 gsi = gsi_last_nondebug_bb (kfor->entry); in grid_expand_omp_for_loop()7504 gsi = gsi_last_nondebug_bb (kfor->cont); in grid_expand_omp_for_loop()7510 gsi = gsi_last_nondebug_bb (kfor->exit); in grid_expand_omp_for_loop()7518 remove_edge (find_edge (kfor->cont, body_bb)); in grid_expand_omp_for_loop()7520 if (kfor->cont != body_bb) in grid_expand_omp_for_loop()[all …]