Home
last modified time | relevance | path

Searched refs:call_superedge (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h34 class call_superedge; variable
117 call_superedge *get_edge_for_call (cgraph_edge *edge) const in get_edge_for_call()
170 call_superedge *add_call_superedge (supernode *src, supernode *dest,
189 typedef ordered_hash_map<cgraph_edge *, call_superedge *>
299 virtual call_superedge *dyn_cast_call_superedge () { return NULL; } in dyn_cast_call_superedge()
399 class call_superedge : public callgraph_superedge
402 call_superedge (supernode *src, supernode *dst, cgraph_edge *cedge) in call_superedge() function
416 call_superedge *dyn_cast_call_superedge () FINAL OVERRIDE in dyn_cast_call_superedge()
420 const call_superedge *dyn_cast_call_superedge () const FINAL OVERRIDE in dyn_cast_call_superedge()
436 is_a_helper <const call_superedge *>::test (const superedge *sedge) in test()
[all …]
H A Dcall-string.h27 class call_superedge; variable
55 const call_superedge *sedge);
H A Dsupergraph.cc199 call_superedge *sedge in supergraph()
419 call_superedge *
423 call_superedge *new_edge = new call_superedge (src, dest, cedge); in add_call_superedge()
H A Dprogram-point.cc307 const call_superedge *call_sedge = as_a <const call_superedge *> (succ); in on_edge()
H A Danalyzer.h36 class call_superedge; variable
H A Dcall-string.cc123 const call_superedge *call_sedge) in push_call()
H A Dregion-model.h1910 void update_for_call_superedge (const call_superedge &call_edge,
H A Dregion-model.cc6043 const call_superedge *call_edge = as_a <const call_superedge *> (&edge); in maybe_update_for_edge()
6092 region_model::update_for_call_superedge (const call_superedge &call_edge, in update_for_call_superedge()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h34 class call_superedge; variable
130 call_superedge *get_edge_for_call (cgraph_edge *edge) const in get_edge_for_call()
185 call_superedge *add_call_superedge (supernode *src, supernode *dest,
204 typedef ordered_hash_map<cgraph_edge *, call_superedge *>
325 virtual call_superedge *dyn_cast_call_superedge () { return NULL; } in dyn_cast_call_superedge()
435 class call_superedge : public callgraph_superedge
438 call_superedge (supernode *src, supernode *dst, cgraph_edge *cedge) in call_superedge() function
442 call_superedge *dyn_cast_call_superedge () FINAL OVERRIDE in dyn_cast_call_superedge()
446 const call_superedge *dyn_cast_call_superedge () const FINAL OVERRIDE in dyn_cast_call_superedge()
462 is_a_helper <const call_superedge *>::test (const superedge *sedge) in test()
[all …]
H A Dcall-string.h28 class call_superedge; variable
83 const call_superedge *sedge);
H A Dsupergraph.cc271 call_superedge *sedge in supergraph()
529 call_superedge *
533 call_superedge *new_edge = new call_superedge (src, dest, cedge); in add_call_superedge()
H A Dprogram-point.cc437 const call_superedge *call_sedge = as_a <const call_superedge *> (succ); in on_edge()
H A Dcall-string.cc179 const call_superedge *call_sedge) in push_call()
H A Danalyzer.h36 class call_superedge; variable
H A Dregion-model.h805 void update_for_call_superedge (const call_superedge &call_edge,
H A Dregion-model.cc3692 const call_superedge *call_edge = as_a <const call_superedge *> (&edge); in maybe_update_for_edge()
3790 region_model::update_for_call_superedge (const call_superedge &call_edge, in update_for_call_superedge()
H A DChangeLog2962 (call_superedge::dyn_cast_callgraph_superedge): Delete.