GCC Middle and Back End API Reference
cgraph_rtl_info Struct Reference

#include <rtl.h>

Data Fields

unsigned int preferred_incoming_stack_boundary
 
HARD_REG_SET function_used_regs
 

Detailed Description

Information about the function that is propagated by the RTL backend.
Available only for functions that has been already assembled.   

Field Documentation

◆ function_used_regs

HARD_REG_SET cgraph_rtl_info::function_used_regs

◆ preferred_incoming_stack_boundary

unsigned int cgraph_rtl_info::preferred_incoming_stack_boundary

Referenced by rest_of_clean_state().


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