GCC Middle and Back End API Reference
check_argument_load_data Struct Reference
Collaboration diagram for check_argument_load_data:

Data Fields

bitmap sp_bytes
 
HOST_WIDE_INT min_sp_off
 
HOST_WIDE_INT max_sp_off
 
rtx_call_insncall_insn
 
bool fast
 
bool load_found
 

Detailed Description

Data for check_argument_load called via note_uses.   

Field Documentation

◆ call_insn

rtx_call_insn* check_argument_load_data::call_insn

◆ fast

bool check_argument_load_data::fast

◆ load_found

bool check_argument_load_data::load_found

Referenced by check_argument_load().

◆ max_sp_off

HOST_WIDE_INT check_argument_load_data::max_sp_off

◆ min_sp_off

HOST_WIDE_INT check_argument_load_data::min_sp_off

◆ sp_bytes

bitmap check_argument_load_data::sp_bytes

The documentation for this struct was generated from the following file: