Searched refs:m_returning_call (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc478 if (m_returning_call)
486 pp_gimple_stmt_1 (pp, m_returning_call, 0, (dump_flags_t)0);
492 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call,
498 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call,
602 if (m_returning_call
603 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION)
604 return m_returning_call->location;
636 if (m_returning_call
637 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION)
638 return m_returning_call
[all...]
H A Dstate-purge.cc339 if (snode->m_returning_call)
343 snode->m_returning_call);
H A Dsupergraph.h215 : m_fun (fun), m_bb (bb), m_returning_call (returning_call),
271 gcall * const m_returning_call; // for handling the result of a returned call member in class:ana::supernode
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc588 if (m_returning_call)
596 pp_gimple_stmt_1 (pp, m_returning_call, 0, (dump_flags_t)0);
602 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call,
608 args.m_node_annotator->add_stmt_annotations (gv, m_returning_call,
725 if (m_returning_call)
729 pp_gimple_stmt_1 (&pp, m_returning_call, 0, (dump_flags_t)0);
772 if (m_returning_call
773 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION)
774 return m_returning_call->location;
806 if (m_returning_call
[all...]
H A Dsupergraph.h232 : m_fun (fun), m_bb (bb), m_returning_call (returning_call),
273 return m_returning_call;
295 gcall * const m_returning_call; // for handling the result of a returned call member in class:ana::supernode
H A Dstate-purge.cc246 /* We ignore m_returning_call and phi nodes. */
585 if (snode->m_returning_call)
587 gcall *returning_call = snode->m_returning_call;
896 if (snode->m_returning_call)
898 gcall *returning_call = snode->m_returning_call;
1091 if (n.entry_p () || n.m_returning_call)

Completed in 122 milliseconds