Lines Matching refs:context_loop
1094 translate_clast_for_loop (loop_p context_loop, struct clast_for *stmt, in translate_clast_for_loop() argument
1098 struct loop *loop = graphite_create_new_loop (next_e, stmt, context_loop, in translate_clast_for_loop()
1128 translate_clast_for (loop_p context_loop, struct clast_for *stmt, edge next_e, in translate_clast_for() argument
1136 translate_clast_for_loop (context_loop, stmt, true_e, bb_pbb_mapping, level, in translate_clast_for()
1187 translate_clast_guard (loop_p context_loop, struct clast_guard *stmt, in translate_clast_guard() argument
1194 translate_clast (context_loop, stmt->then, true_e, bb_pbb_mapping, level, ip); in translate_clast_guard()
1206 translate_clast (loop_p context_loop, struct clast_stmt *stmt, edge next_e, in translate_clast() argument
1220 next_e = translate_clast_for (context_loop, (struct clast_for *) stmt, in translate_clast()
1224 next_e = translate_clast_guard (context_loop, (struct clast_guard *) stmt, in translate_clast()
1228 next_e = translate_clast (context_loop, ((struct clast_block *) stmt)->body, in translate_clast()
1240 return translate_clast (context_loop, stmt->next, next_e, bb_pbb_mapping, in translate_clast()
1623 loop_p context_loop; in gloog() local
1653 context_loop = SESE_ENTRY (region)->src->loop_father; in gloog()
1667 translate_clast (context_loop, pc.stmt, if_region->true_region->entry, in gloog()