HomeSort by: relevance | last modified time | path
    Searched refs:estimated_stack_frame_size (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.h 24 extern HOST_WIDE_INT estimated_stack_frame_size (struct cgraph_node *);
ipa-fnsummary.cc 3110 ? estimated_stack_frame_size (node) : 0;
cfgexpand.cc 386 /* Don't change DECL_ALIGN when called from estimated_stack_frame_size.
2118 estimated_stack_frame_size (struct cgraph_node *node) function
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.h 24 extern HOST_WIDE_INT estimated_stack_frame_size (struct cgraph_node *);
cfgexpand.cc 386 /* Don't change DECL_ALIGN when called from estimated_stack_frame_size.
2126 estimated_stack_frame_size (struct cgraph_node *node) function
ipa-fnsummary.cc 3190 ? estimated_stack_frame_size (node) : 0;

Completed in 41 milliseconds