Searched refs:curr_location (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | profile.c | 1368 expanded_location curr_location = expand_location (loc); in branch_prob() local 1369 output_location (&streamed_locations, curr_location.file, in branch_prob() 1370 MAX (1, curr_location.line), &offset, bb); in branch_prob() 1394 expanded_location curr_location = expand_location (loc); in branch_prob() local 1395 output_location (&streamed_locations, curr_location.file, in branch_prob() 1396 MAX (1, curr_location.line), &offset, bb); in branch_prob()
|
H A D | profile.cc | 1463 expanded_location curr_location = expand_location (loc); in branch_prob() local 1464 output_location (&streamed_locations, curr_location.file, in branch_prob() 1465 MAX (1, curr_location.line), &offset, bb); in branch_prob() 1490 expanded_location curr_location = expand_location (loc); in branch_prob() local 1491 output_location (&streamed_locations, curr_location.file, in branch_prob() 1492 MAX (1, curr_location.line), &offset, bb); in branch_prob()
|
H A D | emit-rtl.c | 6499 static location_t curr_location; variable 6506 curr_location = UNKNOWN_LOCATION; in insn_locations_init() 6513 epilogue_location = curr_location; in insn_locations_finalize() 6514 curr_location = UNKNOWN_LOCATION; in insn_locations_finalize() 6521 curr_location = location; in set_curr_insn_location() 6528 return curr_location; in curr_insn_location()
|
H A D | emit-rtl.cc | 6489 static location_t curr_location; variable 6496 curr_location = UNKNOWN_LOCATION; in insn_locations_init() 6503 epilogue_location = curr_location; in insn_locations_finalize() 6504 curr_location = UNKNOWN_LOCATION; in insn_locations_finalize() 6511 curr_location = location; in set_curr_insn_location() 6518 return curr_location; in curr_insn_location()
|
H A D | ChangeLog-2007 | 21994 (curr_location, last_location, curr_block, last_block, curr_rtl_loc): 22485 (curr_location, last_location, curr_block, last_block, curr_rtl_loc): 22688 (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
|
H A D | ChangeLog-2009 | 11597 * cfglayout.c (curr_location, last_location): Make static.
|
H A D | ChangeLog-2012 | 21533 curr_location, last_location, curr_block, last_block, curr_rtl_loc):
|
H A D | ChangeLog-2011 | 32362 * cfglayout.c (insn_locators_alloc): Initialize curr_location and
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | profile.c | 1368 expanded_location curr_location = expand_location (loc); in branch_prob() local 1369 output_location (&streamed_locations, curr_location.file, in branch_prob() 1370 MAX (1, curr_location.line), &offset, bb); in branch_prob() 1394 expanded_location curr_location = expand_location (loc); in branch_prob() local 1395 output_location (&streamed_locations, curr_location.file, in branch_prob() 1396 MAX (1, curr_location.line), &offset, bb); in branch_prob()
|
H A D | emit-rtl.c | 6499 static location_t curr_location; variable 6506 curr_location = UNKNOWN_LOCATION; in insn_locations_init() 6513 epilogue_location = curr_location; in insn_locations_finalize() 6514 curr_location = UNKNOWN_LOCATION; in insn_locations_finalize() 6521 curr_location = location; in set_curr_insn_location() 6528 return curr_location; in curr_insn_location()
|