Home
last modified time | relevance | path

Searched defs:cgraph_edge (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcgraph.h404 struct GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"))) cgraph_edge { struct
409 struct cgraph_edge *prev_caller; argument
410 struct cgraph_edge *next_caller; argument
411 struct cgraph_edge *prev_callee; argument
412 struct cgraph_edge *next_callee; argument
413 gimple call_stmt;
416 struct cgraph_indirect_call_info *indirect_info;
420 cgraph_inline_failed_t inline_failed;
445 typedef struct cgraph_edge *cgraph_edge_p; argument