Lines Matching defs:cgraph_edge
1647 for_user)) cgraph_edge { struct
1648 friend class cgraph_node;
1724 cgraph_edge *prev_caller; argument
1725 cgraph_edge *next_caller; argument
1726 cgraph_edge *prev_callee; argument
1727 cgraph_edge *next_callee; argument
1728 gcall *call_stmt;
1731 cgraph_indirect_call_info *indirect_info;
1735 enum cgraph_inline_failed_t inline_failed;
1738 unsigned int lto_stmt_uid;
1740 int uid;
1742 unsigned int indirect_inlining_edge : 1;
1745 unsigned int indirect_unknown_callee : 1;
1748 unsigned int call_stmt_cannot_inline_p : 1;
1750 unsigned int can_throw_external : 1;
1768 unsigned int speculative : 1;
1771 unsigned in_polymorphic_cdtor : 1;
2032 friend class cgraph_edge; variable