HomeSort by: relevance | last modified time | path
    Searched refs:trg (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
sched-rgn.cc 1488 /* Find the valid candidate-source-blocks for the target block TRG, compute
1493 compute_trg_info (int trg)
1516 sp = candidate_table + trg;
1523 for (i = trg + 1; i < current_nr_blocks; i++)
1527 sp->is_valid = IS_DOMINATED (i, trg);
1530 int tf = prob[trg], cf = prob[i];
1539 split_edges (i, trg, &el);
1648 debug_candidates (int trg)
1653 BB_TO_BLOCK (trg), trg);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
sched-rgn.cc 1491 /* Find the valid candidate-source-blocks for the target block TRG, compute
1496 compute_trg_info (int trg)
1519 sp = candidate_table + trg;
1526 for (i = trg + 1; i < current_nr_blocks; i++)
1530 sp->is_valid = IS_DOMINATED (i, trg);
1533 int tf = prob[trg], cf = prob[i];
1542 split_edges (i, trg, &el);
1651 debug_candidates (int trg)
1656 BB_TO_BLOCK (trg), trg);
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump1.c 942 unsigned int *trg = &(ptr->InterleaveTargets[i]); local
944 Status = AcpiDmDumpTable (Length, loc_offset, trg,
973 UINT64 *trg = &(ptr->XormapList[i]); local
975 Status = AcpiDmDumpTable (Length, loc_offset, trg,

Completed in 30 milliseconds