Home
last modified time | relevance | path

Searched refs:DF_LR_BB_INFO (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/rtl-ssa/
H A Dblocks.cc590 auto *lr_info = DF_LR_BB_INFO (ENTRY_BLOCK_PTR_FOR_FN (m_fn)); in calculate_potential_phi_regs()
642 bitmap b1_def = &DF_LR_BB_INFO (BASIC_BLOCK_FOR_FN (m_fn, b1))->def; in place_phis()
717 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_entry_block_defs()
844 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_artificial_accesses()
962 bitmap_ior_into (bi.ebb_def_regs, &DF_LR_BB_INFO (cfg_bb)->def); in record_block_live_out()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/rtl-ssa/
H A Dblocks.cc590 auto *lr_info = DF_LR_BB_INFO (ENTRY_BLOCK_PTR_FOR_FN (m_fn)); in calculate_potential_phi_regs()
642 bitmap b1_def = &DF_LR_BB_INFO (BASIC_BLOCK_FOR_FN (m_fn, b1))->def; in place_phis()
717 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_entry_block_defs()
844 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_artificial_accesses()
962 bitmap_ior_into (bi.ebb_def_regs, &DF_LR_BB_INFO (cfg_bb)->def); in record_block_live_out()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/rtl-ssa/
H A Dblocks.cc590 auto *lr_info = DF_LR_BB_INFO (ENTRY_BLOCK_PTR_FOR_FN (m_fn)); in calculate_potential_phi_regs()
642 bitmap b1_def = &DF_LR_BB_INFO (BASIC_BLOCK_FOR_FN (m_fn, b1))->def; in place_phis()
717 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_entry_block_defs()
844 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_artificial_accesses()
962 bitmap_ior_into (bi.ebb_def_regs, &DF_LR_BB_INFO (cfg_bb)->def); in record_block_live_out()
/dports/lang/gcc11/gcc-11.2.0/gcc/rtl-ssa/
H A Dblocks.cc590 auto *lr_info = DF_LR_BB_INFO (ENTRY_BLOCK_PTR_FOR_FN (m_fn)); in calculate_potential_phi_regs()
642 bitmap b1_def = &DF_LR_BB_INFO (BASIC_BLOCK_FOR_FN (m_fn, b1))->def; in place_phis()
717 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_entry_block_defs()
844 auto *lr_info = DF_LR_BB_INFO (cfg_bb); in add_artificial_accesses()
962 bitmap_ior_into (bi.ebb_def_regs, &DF_LR_BB_INFO (cfg_bb)->def); in record_block_live_out()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddf.h612 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info((BB)->index)) macro
625 #define DF_LR_IN(BB) (&DF_LR_BB_INFO(BB)->in)
626 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO(BB)->out)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddf.h612 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
625 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
626 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddf.h612 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info((BB)->index)) macro
625 #define DF_LR_IN(BB) (&DF_LR_BB_INFO(BB)->in)
626 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO(BB)->out)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddf.h621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
638 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
639 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddf.h612 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
629 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
630 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddf.h621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
638 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
639 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddf.h621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
638 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
639 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddf.h621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
638 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
639 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddf.h621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
638 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
639 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddf.h621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
638 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
639 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddf.h620 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
637 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
638 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddf.h621 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
638 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
639 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddf.h612 #define DF_LR_BB_INFO(BB) (df_lr_get_bb_info ((BB)->index)) macro
629 #define DF_LR_IN(BB) (&DF_LR_BB_INFO (BB)->in)
630 #define DF_LR_OUT(BB) (&DF_LR_BB_INFO (BB)->out)

123