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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 887 inlined_to (NULL), rtl (NULL),
955 All hooks will see this in node's inlined_to, when invoked.
1419 cgraph_node *inlined_to; variable
2658 if (cnode->inlined_to)
2681 if (cn->inlined_to)
2682 source = cn->inlined_to;
2686 if (cn->inlined_to)
2687 target = cn->inlined_to;
3119 gcc_assert (!inlined_to);
3136 gcc_checking_assert (!inlined_to);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 884 inlined_to (NULL), rtl (NULL),
952 All hooks will see this in node's inlined_to, when invoked.
1420 cgraph_node *inlined_to; variable
2655 if (cnode->inlined_to)
2678 if (cn->inlined_to)
2679 source = cn->inlined_to;
2683 if (cn->inlined_to)
2684 target = cn->inlined_to;
3116 gcc_assert (!inlined_to);
3133 gcc_checking_assert (!inlined_to);
    [all...]

Completed in 49 milliseconds