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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 4299 tree guard_cond;
4307 guard_cond = get_guard_cond (guard, false);
4317 guard_cond = cp_build_unary_op (initp ? POSTINCREMENT_EXPR
4322 guard_cond = cp_build_binary_op (input_location, EQ_EXPR, guard_cond,
4328 finish_if_stmt_cond (guard_cond, guard_if_stmt);
4294 tree guard_cond; local
decl2.cc 4299 tree guard_cond;
4307 guard_cond = get_guard_cond (guard, false);
4317 guard_cond = cp_build_unary_op (initp ? POSTINCREMENT_EXPR
4322 guard_cond = cp_build_binary_op (input_location, EQ_EXPR, guard_cond,
4328 finish_if_stmt_cond (guard_cond, guard_if_stmt);
4294 tree guard_cond; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 4226 tree guard_cond;
4237 guard_cond = get_guard_cond (guard, false);
4247 guard_cond
4257 guard_cond
4268 finish_if_stmt_cond (guard_cond, guard_if_stmt);
4221 tree guard_cond; local
decl2.cc 4226 tree guard_cond;
4237 guard_cond = get_guard_cond (guard, false);
4247 guard_cond
4257 guard_cond
4268 finish_if_stmt_cond (guard_cond, guard_if_stmt);
4221 tree guard_cond; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 2601 tree type = TREE_TYPE (niters), guard_cond; local
2863 guard_cond = fold_build2 (EQ_EXPR, boolean_type_node,
2868 guard_e = slpeel_add_loop_guard (guard_bb, guard_cond,
2964 guard_cond = fold_build2 (LT_EXPR, boolean_type_node, nitersm1, t);
2967 guard_e = slpeel_add_loop_guard (guard_bb, guard_cond,
3021 guard_cond = fold_build2 (EQ_EXPR, boolean_type_node,
3025 guard_e = slpeel_add_loop_guard (guard_bb, guard_cond, guard_to,
tree-vect-loop-manip.cc 2601 tree type = TREE_TYPE (niters), guard_cond; local
2863 guard_cond = fold_build2 (EQ_EXPR, boolean_type_node,
2868 guard_e = slpeel_add_loop_guard (guard_bb, guard_cond,
2964 guard_cond = fold_build2 (LT_EXPR, boolean_type_node, nitersm1, t);
2967 guard_e = slpeel_add_loop_guard (guard_bb, guard_cond,
3021 guard_cond = fold_build2 (EQ_EXPR, boolean_type_node,
3025 guard_e = slpeel_add_loop_guard (guard_bb, guard_cond, guard_to,

Completed in 194 milliseconds