Home
last modified time | relevance | path

Searched refs:redirect_callee_duplicating_thunks (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcgraphclones.cc272 cgraph_edge::redirect_callee_duplicating_thunks (cgraph_node *n) in redirect_callee_duplicating_thunks() function in cgraph_edge
438 e->redirect_callee_duplicating_thunks (new_node); in create_clone()
Dcgraph.h1719 void redirect_callee_duplicating_thunks (cgraph_node *n);
Dipa-cp.cc5196 cs->redirect_callee_duplicating_thunks (new_node); in create_specialized_node()
5946 cs->redirect_callee_duplicating_thunks (val->spec_node); in perhaps_add_new_callers()
DChangeLog-20142068 (cgraph_edge): New method redirect_callee_duplicating_thunks.
2072 redirect_callee_duplicating_thunks.
2076 redirect_callee_duplicating_thunks instead of redirect_callee.
DChangeLog-20208116 (cgraph_edge::redirect_callee_duplicating_thunks): Update.