• Home
  • Raw
  • Download

Lines Matching refs:sets

513     c->cost = CLG_(get_eventset_cost)( CLG_(sets).full );  in init_fcost()
514 CLG_(init_cost)( CLG_(sets).full, c->cost ); in init_fcost()
638 CLG_(print_cost)(-5, CLG_(sets).full, c->cost); in fprint_fcost()
647 CLG_(add_and_zero_cost)( CLG_(sets).full, dump_total_cost, c->cost ); in fprint_fcost()
675 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)); in fprint_jcc()
749 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) { in fprint_jcc()
759 CLG_(init_cost)( CLG_(sets).full, jcc->cost ); in fprint_jcc()
817 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
838 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
842 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
852 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
871 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
876 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) || in fprint_bbcc()
879 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
890 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full, in fprint_bbcc()
892 CLG_(add_and_zero_cost)( CLG_(sets).full, in fprint_bbcc()
905 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
912 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
1158 CLG_(add_diff_cost_lz)( CLG_(sets).full, &(e->jcc->cost), in cs_addCount()
1445 sum = CLG_(get_eventset_cost)( CLG_(sets).full ); in new_dumpfile()
1446 CLG_(zero_cost)(CLG_(sets).full, sum); in new_dumpfile()
1449 CLG_(add_diff_cost)(CLG_(sets).full, sum, ti->lastdump_cost, in new_dumpfile()
1461 CLG_(add_diff_cost)(CLG_(sets).full, sum, in new_dumpfile()
1469 CLG_(init_cost_lz)( CLG_(sets).full, &dump_total_cost ); in new_dumpfile()
1487 CLG_(add_cost_lz)(CLG_(sets).full, in close_dumpfile()
1533 if (!CLG_(is_zero_cost)( CLG_(sets).full, ccSum[currSum].cost )) { in print_bbccs_of_thread()
1586 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, in print_bbccs_of_thread()