Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.cc396 enum tree_code guard_code, tree guard_init) in compute_new_first_bound() argument
457 if (guard_code == GT_EXPR || guard_code == LE_EXPR) in compute_new_first_bound()
464 if (guard_code == GE_EXPR || guard_code == LT_EXPR) in compute_new_first_bound()
579 enum tree_code guard_code = gimple_cond_code (guard_stmt); in split_loop() local
589 switch (guard_code) in split_loop()
610 tree cond = build2 (guard_code, boolean_type_node, guard_init, border); in split_loop()
640 guard_code, guard_init); in split_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-split.c396 enum tree_code guard_code, tree guard_init) in compute_new_first_bound() argument
457 if (guard_code == GT_EXPR || guard_code == LE_EXPR) in compute_new_first_bound()
464 if (guard_code == GE_EXPR || guard_code == LT_EXPR) in compute_new_first_bound()
545 enum tree_code guard_code = gimple_cond_code (guard_stmt); in split_loop() local
555 switch (guard_code) in split_loop()
576 tree cond = build2 (guard_code, boolean_type_node, guard_init, border); in split_loop()
604 guard_code, guard_init); in split_loop()