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

  /src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc 318 if (ref->referring->in_other_partition
342 if (e->caller->in_other_partition
392 bool in_other_partition = false; local
433 in_other_partition = 1;
439 is ignored on ACCEL_COMPILER. Thus, mark it as in_other_partition to silence
441 in_other_partition = 1;
537 bp_pack_value (&bp, in_other_partition, 1);
636 bp_pack_value (&bp, 0, 1); /* in_other_partition. */
644 /* in_other_partition. */
1164 if (node->in_other_partition)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-cgraph.cc 316 if (ref->referring->in_other_partition
340 if (e->caller->in_other_partition
390 bool in_other_partition = false; local
431 in_other_partition = 1;
528 bp_pack_value (&bp, in_other_partition, 1);
626 bp_pack_value (&bp, 0, 1); /* in_other_partition. */
634 /* in_other_partition. */
1124 if (node->in_other_partition)
1140 gcc_assert (!node->in_other_partition
1179 node->in_other_partition = bp_unpack_value (bp, 1)
    [all...]

Completed in 26 milliseconds