Home
last modified time | relevance | path

Searched refs:need_lto_streaming (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-cgraph.cc312 if (!ref->referring->need_lto_streaming) in referenced_from_other_partition_p()
336 if (!e->caller->need_lto_streaming) in reachable_from_other_partition_p()
818 snode->need_lto_streaming = !lto_stream_offload_p || snode->offloadable; in select_what_to_stream()
847 if (!node->need_lto_streaming) in compute_ltrans_boundary()
858 if (!vnode->need_lto_streaming) in compute_ltrans_boundary()
Dpasses.cc2867 && node->need_lto_streaming) in ipa_write_summaries()
2876 if (node->alias && node->need_lto_streaming) in ipa_write_summaries()
2879 if (vnode->need_lto_streaming) in ipa_write_summaries()
Dcgraph.h123 need_lto_streaming (false), offloadable (false), ifunc_resolver (false), in symtab_node()
590 unsigned need_lto_streaming : 1; member
DChangeLog-20148213 * cgraph.h (symtab_node): Add need_lto_streaming and offloadable flags.