Home
last modified time | relevance | path

Searched refs:this_label_or_return (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreorg.c2305 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2308 if (this_label_or_return == label) in follow_jumps()
2312 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2313 return this_label_or_return; in follow_jumps()
2315 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
H A DChangeLog-201421021 rename to "this_label_or_return", reintroducing "this_label" as
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dreorg.c2237 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2240 if (this_label_or_return == label) in follow_jumps()
2244 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2245 return this_label_or_return; in follow_jumps()
2247 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
H A DChangeLog-201421021 rename to "this_label_or_return", reintroducing "this_label" as
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dreorg.c2318 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2321 if (this_label_or_return == label) in follow_jumps()
2325 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2326 return this_label_or_return; in follow_jumps()
2328 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
H A DChangeLog-201421021 rename to "this_label_or_return", reintroducing "this_label" as
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dreorg.c2305 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2308 if (this_label_or_return == label) in follow_jumps()
2312 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2313 return this_label_or_return; in follow_jumps()
2315 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dreorg.c2288 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2291 if (this_label_or_return == label) in follow_jumps()
2295 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2296 return this_label_or_return; in follow_jumps()
2298 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
H A DChangeLog-201421021 rename to "this_label_or_return", reintroducing "this_label" as
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dreorg.c2318 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2321 if (this_label_or_return == label) in follow_jumps()
2325 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2326 return this_label_or_return; in follow_jumps()
2328 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
H A DChangeLog-201421021 rename to "this_label_or_return", reintroducing "this_label" as
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dreorg.c2305 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2308 if (this_label_or_return == label) in follow_jumps()
2312 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2313 return this_label_or_return; in follow_jumps()
2315 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dreorg.c2305 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2308 if (this_label_or_return == label) in follow_jumps()
2312 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2313 return this_label_or_return; in follow_jumps()
2315 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
H A DChangeLog-201421021 rename to "this_label_or_return", reintroducing "this_label" as
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreorg.c2305 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2308 if (this_label_or_return == label) in follow_jumps()
2312 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2313 return this_label_or_return; in follow_jumps()
2315 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dreorg.c2325 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2328 if (this_label_or_return == label) in follow_jumps()
2332 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2333 return this_label_or_return; in follow_jumps()
2335 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dreorg.c2318 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2321 if (this_label_or_return == label) in follow_jumps()
2325 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2326 return this_label_or_return; in follow_jumps()
2328 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dreorg.c2318 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2321 if (this_label_or_return == label) in follow_jumps()
2325 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2326 return this_label_or_return; in follow_jumps()
2328 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dreorg.c2326 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2329 if (this_label_or_return == label) in follow_jumps()
2333 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2334 return this_label_or_return; in follow_jumps()
2336 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dreorg.c2319 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2322 if (this_label_or_return == label) in follow_jumps()
2326 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2327 return this_label_or_return; in follow_jumps()
2329 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dreorg.c2318 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2321 if (this_label_or_return == label) in follow_jumps()
2325 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2326 return this_label_or_return; in follow_jumps()
2328 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dreorg.c2318 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2321 if (this_label_or_return == label) in follow_jumps()
2325 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2326 return this_label_or_return; in follow_jumps()
2328 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
H A DChangeLog-201421021 rename to "this_label_or_return", reintroducing "this_label" as
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dreorg.c2326 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2329 if (this_label_or_return == label) in follow_jumps()
2333 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2334 return this_label_or_return; in follow_jumps()
2336 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dreorg.c2288 rtx this_label_or_return = JUMP_LABEL (insn); in follow_jumps() local
2291 if (this_label_or_return == label) in follow_jumps()
2295 if (ANY_RETURN_P (this_label_or_return)) in follow_jumps()
2296 return this_label_or_return; in follow_jumps()
2298 rtx_insn *this_label = as_a <rtx_insn *> (this_label_or_return); in follow_jumps()

12