Home | History | Annotate | Download | only in include

Lines Matching refs:cn

931       cgraph_node *cn = dyn_cast <cgraph_node> (node);
932 if (cn && cn->analyzed)
933 return cn;
963 if (cgraph_node *cn = dyn_cast <cgraph_node> (node))
964 return cn;
1002 cgraph_node *cn = dyn_cast <cgraph_node> (node);
1003 if (cn && cgraph_function_with_gimple_body_p (cn))
1004 return cn;