Lines Matching refs:sets
426 c->cost = CLG_(get_eventset_cost)( CLG_(sets).full ); in init_fcost()
427 CLG_(init_cost)( CLG_(sets).full, c->cost ); in init_fcost()
546 CLG_(print_cost)(-5, CLG_(sets).full, c->cost); in fprint_fcost()
555 CLG_(add_and_zero_cost)( CLG_(sets).full, dump_total_cost, c->cost ); in fprint_fcost()
584 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)); in fprint_jcc()
651 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) { in fprint_jcc()
660 CLG_(init_cost)( CLG_(sets).full, jcc->cost ); in fprint_jcc()
718 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
739 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
743 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
753 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
772 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
777 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) || in fprint_bbcc()
780 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
791 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full, in fprint_bbcc()
793 CLG_(add_and_zero_cost)( CLG_(sets).full, in fprint_bbcc()
805 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost ))) in fprint_bbcc()
812 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
1048 CLG_(add_diff_cost_lz)( CLG_(sets).full, &(e->jcc->cost), in cs_addCount()
1308 sum = CLG_(get_eventset_cost)( CLG_(sets).full ); in new_dumpfile()
1309 CLG_(zero_cost)(CLG_(sets).full, sum); in new_dumpfile()
1312 CLG_(add_diff_cost)(CLG_(sets).full, sum, ti->lastdump_cost, in new_dumpfile()
1324 CLG_(add_diff_cost)(CLG_(sets).full, sum, in new_dumpfile()
1332 CLG_(init_cost_lz)( CLG_(sets).full, &dump_total_cost ); in new_dumpfile()
1350 CLG_(add_cost_lz)(CLG_(sets).full, in close_dumpfile()
1393 if (!CLG_(is_zero_cost)( CLG_(sets).full, ccSum[currSum].cost )) { in print_bbccs_of_thread()
1443 CLG_(copy_cost)( CLG_(sets).full, ti->lastdump_cost, in print_bbccs_of_thread()