HomeSort by: relevance | last modified time | path
    Searched defs:locus (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa.h 27 location_t locus; /* PHI arg location. */ member in struct:edge_var_map
106 return v->locus;
cfgcleanup.cc 452 blocks with different locus are not optimized out. */
454 location_t locus = goto_locus;
457 && LOCATION_LOCUS (locus) != UNKNOWN_LOCATION
458 && new_locus != locus)
463 locus = new_locus;
474 && LOCATION_LOCUS (locus) != UNKNOWN_LOCATION
475 && new_locus != locus)
480 locus = new_locus;
482 goto_locus = locus;
450 location_t locus = goto_locus; local
optinfo-emit-json.cc 282 location_t *locus; local
285 locus = &BLOCK_SOURCE_LOCATION (block);
319 if (LOCATION_LOCUS (*locus) != UNKNOWN_LOCATION)
320 obj->set ("site", location_to_json (*locus));
tree-ssa-phiprop.cc 162 location_t locus; local
165 locus = gimple_phi_arg_location_from_edge (phi, e);
172 locus = gimple_location (def_stmt);
205 gimple_set_location (tmp, locus);
220 add_phi_arg (new_phi, new_var, e, locus);
langhooks.cc 409 location_t *locus; local
412 locus = &BLOCK_SOURCE_LOCATION (block);
442 expanded_location s = expand_location (*locus);
451 "locus", s.file, s.line, s.column);
456 "locus", s.file, s.line);
tree-cfgcleanup.cc 347 location_t locus; local
364 locus = single_succ_edge (bb)->goto_locus;
378 || LOCATION_LOCUS (locus) != UNKNOWN_LOCATION)
379 && e->goto_locus != locus)
396 || LOCATION_LOCUS (locus) != UNKNOWN_LOCATION)
397 && gimple_location (stmt) != locus)
1280 location_t locus = gimple_phi_arg_location_from_edge (phi, succ); local
1298 locus = redirect_edge_var_map_location (vm);
1304 add_phi_arg (phi, def, s, locus);
tree-outof-ssa.cc 146 /* Source locus on each edge */
271 insert_partition_copy_on_edge (edge e, int dest, int src, location_t locus)
288 /* If a locus is provided, override the default. */
289 if (locus)
290 set_curr_insn_location (locus);
305 insert_value_copy_on_edge (edge e, int dest, tree src, location_t locus)
325 /* If a locus is provided, override the default. */
326 if (locus)
327 set_curr_insn_location (locus);
366 location_t locus)
589 location_t locus; local
634 location_t locus; local
652 location_t locus; local
668 location_t locus; local
705 location_t locus; local
780 location_t locus; local
    [all...]
tree-ssa-loop-ivcanon.cc 633 location_t locus = latch_edge->goto_locus; local
648 latch_edge->goto_locus = locus;
683 LOCUS corresponding to the loop is used when emitting
691 dump_user_location_t locus, bool allow_peel)
945 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS, locus,
949 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS, locus,
1170 dump_user_location_t locus; local
1185 locus = last_stmt (exit->src);
1212 locus = last_stmt (exit->src);
1256 maxiter, locus, allow_peel)
    [all...]
fold-const.cc 246 location_t locus;
277 locus = input_location;
279 locus = gimple_location (stmt);
280 warning_at (locus, OPT_Wstrict_overflow, "%s", warnmsg);
244 location_t locus; local
loop-unroll.cc 187 performed for LOOP, along with the loop's location LOCUS, if
191 report_unroll (class loop *loop, dump_location_t locus)
201 dump_metadata_t metadata (report_flags, locus.get_impl_location ());
202 dump_printf_loc (metadata, locus.get_user_location (),
221 dump_user_location_t locus = get_loop_location (loop); local
224 dump_printf_loc (MSG_NOTE, locus,
271 report_unroll (loop, locus);
tree-ssa.cc 55 redirect_edge_var_map_add (edge e, tree result, tree def, location_t locus)
65 new_node.locus = locus;
154 location_t locus; local
158 locus = gimple_phi_arg_location (phi, e->dest_idx);
163 redirect_edge_var_map_add (e, gimple_phi_result (phi), def, locus);
value-prof.cc 579 dump_user_location_t locus; local
580 locus = ((stmt != NULL)
587 dump_printf_loc (MSG_MISSED_OPTIMIZATION, locus,
598 error_at (locus.get_location_t (), "corrupted value profile: %s "
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa.h 27 location_t locus; /* PHI arg location. */ member in struct:edge_var_map
105 return v->locus;
cfgcleanup.cc 452 blocks with different locus are not optimized out. */
454 location_t locus = goto_locus;
457 && LOCATION_LOCUS (locus) != UNKNOWN_LOCATION
458 && new_locus != locus)
463 locus = new_locus;
474 && LOCATION_LOCUS (locus) != UNKNOWN_LOCATION
475 && new_locus != locus)
480 locus = new_locus;
482 goto_locus = locus;
450 location_t locus = goto_locus; local
optinfo-emit-json.cc 281 location_t *locus; local
284 locus = &BLOCK_SOURCE_LOCATION (block);
318 if (LOCATION_LOCUS (*locus) != UNKNOWN_LOCATION)
319 obj->set ("site", location_to_json (*locus));
tree-ssa-phiprop.cc 165 location_t locus; local
168 locus = gimple_phi_arg_location_from_edge (phi, e);
175 locus = gimple_location (def_stmt);
219 gimple_set_location (tmp, locus);
236 add_phi_arg (new_phi, new_var, e, locus);
langhooks.cc 409 location_t *locus; local
412 locus = &BLOCK_SOURCE_LOCATION (block);
442 expanded_location s = expand_location (*locus);
451 "locus", s.file, s.line, s.column);
456 "locus", s.file, s.line);
tree-cfgcleanup.cc 352 location_t locus; local
369 locus = single_succ_edge (bb)->goto_locus;
383 || LOCATION_LOCUS (locus) != UNKNOWN_LOCATION)
384 && e->goto_locus != locus)
401 || LOCATION_LOCUS (locus) != UNKNOWN_LOCATION)
402 && gimple_location (stmt) != locus)
1302 location_t locus = gimple_phi_arg_location_from_edge (phi, succ); local
1320 locus = redirect_edge_var_map_location (vm);
1326 add_phi_arg (phi, def, s, locus);
tree-outof-ssa.cc 146 /* Source locus on each edge */
271 insert_partition_copy_on_edge (edge e, int dest, int src, location_t locus)
288 /* If a locus is provided, override the default. */
289 if (locus)
290 set_curr_insn_location (locus);
305 insert_value_copy_on_edge (edge e, int dest, tree src, location_t locus)
325 /* If a locus is provided, override the default. */
326 if (locus)
327 set_curr_insn_location (locus);
366 location_t locus)
589 location_t locus; local
634 location_t locus; local
652 location_t locus; local
668 location_t locus; local
705 location_t locus; local
780 location_t locus; local
    [all...]
fold-const.cc 316 location_t locus;
347 locus = input_location;
349 locus = gimple_location (stmt);
350 warning_at (locus, OPT_Wstrict_overflow, "%s", warnmsg);
314 location_t locus; local
loop-unroll.cc 187 performed for LOOP, along with the loop's location LOCUS, if
191 report_unroll (class loop *loop, dump_location_t locus)
201 dump_metadata_t metadata (report_flags, locus.get_impl_location ());
202 dump_printf_loc (metadata, locus.get_user_location (),
221 dump_user_location_t locus = get_loop_location (loop); local
224 dump_printf_loc (MSG_NOTE, locus,
271 report_unroll (loop, locus);
tree-ssa-loop-ivcanon.cc 681 location_t locus = latch_edge->goto_locus; local
692 stmt = gimple_build_builtin_unreachable (locus);
696 latch_edge->goto_locus = locus;
729 LOCUS corresponding to the loop is used when emitting
737 dump_user_location_t locus, bool allow_peel)
997 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS, locus,
1001 dump_printf_loc (MSG_OPTIMIZED_LOCATIONS | TDF_DETAILS, locus,
1315 dump_user_location_t locus = find_loop_location (loop); local
1317 maxiter, locus, allow_peel))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 449 location_t locus = EXPR_LOCATION (stmt); local
450 tree clab = begin_bc_block (bc_continue, locus);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 534 location_t locus = EXPR_LOCATION (stmt); local
535 tree clab = begin_bc_block (bc_continue, locus);
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 42 the locus is reported in the Mode Line
755 location_t locus; variable
770 in which the locus and associated data is stored. */
1158 /* Return a positive value if LOCATION is the locus of a token that is
1160 is the locus of a token that is located in a system header, and 2
1161 if LOCATION is the locus of a token located in a C system header
1180 /* With the precondition that LOCATION is the locus of a token that is
1182 expansion of MACRO_MAP, return the locus of that argument in the
1985 The virtual location is resolved to the locus where the token has
1992 The virtual location is resolved to the locus of the token in th
    [all...]

Completed in 98 milliseconds

1 2 3