Home
last modified time | relevance | path

Searched refs:context_loop (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-clast-to-gimple.c1094 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()
[all …]