HomeSort by relevance Sort by last modified time
    Searched refs:cgraph_edge (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 135 struct cgraph_edge *callees;
136 struct cgraph_edge *callers;
154 to the edge to speed up cgraph_edge function. */
155 htab_t GTY((param_is (struct cgraph_edge))) call_site_hash;
202 struct cgraph_edge GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"))) function
206 struct cgraph_edge *prev_caller;
207 struct cgraph_edge *next_caller;
208 struct cgraph_edge *prev_callee;
209 struct cgraph_edge *next_callee;
232 typedef struct cgraph_edge *cgraph_edge_p
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 135 struct cgraph_edge *callees;
136 struct cgraph_edge *callers;
154 to the edge to speed up cgraph_edge function. */
155 htab_t GTY((param_is (struct cgraph_edge))) call_site_hash;
204 struct cgraph_edge GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"))) function
208 struct cgraph_edge *prev_caller;
209 struct cgraph_edge *next_caller;
210 struct cgraph_edge *prev_callee;
211 struct cgraph_edge *next_callee;
234 typedef struct cgraph_edge *cgraph_edge_p
    [all...]

Completed in 1260 milliseconds