Searched refs:get_label_from_map (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | integrate.h | 164 extern rtx get_label_from_map PARAMS ((struct inline_remap *, int));
|
H A D | integrate.c | 111 get_label_from_map (map, i) in get_label_from_map() function 1642 copy = emit_label (get_label_from_map (map, 1655 copy = emit_label (get_label_from_map (map, 2131 LABEL_PRESERVE_P (get_label_from_map (map, CODE_LABEL_NUMBER (orig))) 2133 return get_label_from_map (map, CODE_LABEL_NUMBER (orig)); 2140 : get_label_from_map (map, CODE_LABEL_NUMBER (XEXP (orig, 0))));
|
H A D | unroll.c | 1247 tem = get_label_from_map (map, 2114 JUMP_LABEL (copy) = get_label_from_map (map, 2185 = get_label_from_map (map, 2262 copy = emit_label (get_label_from_map (map,
|
H A D | except.c | 1285 = get_label_from_map (map, 1305 n->label = get_label_from_map (map, CODE_LABEL_NUMBER (o->label));
|
H A D | FSFChangeLog | 2592 * integrate.c (get_label_from_map): New function. 2595 (copy_rtx_and_substitute): Use get_label_from_map. 2596 * integrate.h (get_label_from_map): New function.
|
H A D | ChangeLog.0 | 3653 * integrate.c (get_label_from_map): Put inlined labels onto the 9408 * integrate.c (get_label_from_map): New function. 9411 (copy_rtx_and_substitute): Use get_label_from_map. 9412 * integrate.h (get_label_from_map): New function.
|
H A D | ChangeLog.1 | 7934 * integrate.c (get_label_from_map): Labels no longer need to be
|