HomeSort by: relevance | last modified time | path
    Searched defs:make_direct (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.cc 806 /* If we are about to resolve the speculation by calling make_direct
839 e = make_direct (e, new_direct_callee);
1296 cgraph_edge::make_direct (cgraph_edge *edge, cgraph_node *callee) function in class:cgraph_edge
1428 e = make_direct (e->speculative_call_indirect_edge (),
  /src/external/gpl3/gcc/dist/gcc/
cgraph.cc 808 /* If we are about to resolve the speculation by calling make_direct
841 e = make_direct (e, new_direct_callee);
1298 cgraph_edge::make_direct (cgraph_edge *edge, cgraph_node *callee) function in class:cgraph_edge
1429 e = make_direct (e->speculative_call_indirect_edge (),

Completed in 39 milliseconds