Home
last modified time | relevance | path

Searched refs:get_label_from_map (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dintegrate.h164 extern rtx get_label_from_map PARAMS ((struct inline_remap *, int));
H A Dintegrate.c111 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 Dunroll.c1247 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 Dexcept.c1285 = get_label_from_map (map,
1305 n->label = get_label_from_map (map, CODE_LABEL_NUMBER (o->label));
H A DFSFChangeLog2592 * 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 DChangeLog.03653 * 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 DChangeLog.17934 * integrate.c (get_label_from_map): Labels no longer need to be