Searched refs:ccSum (Results 1 – 1 of 1) sorted by relevance
770 static AddrCost ccSum[2]; variable796 currCost = &(ccSum[currSum]); in fprint_bbcc()797 newCost = &(ccSum[1-currSum]); in fprint_bbcc()826 currCost = &(ccSum[currSum]); in fprint_bbcc()827 newCost = &(ccSum[1-currSum]); in fprint_bbcc()1533 if (!CLG_(is_zero_cost)( CLG_(sets).full, ccSum[currSum].cost )) { in print_bbccs_of_thread()1535 fprint_apos(print_fd, &(ccSum[currSum].p), &lastAPos, in print_bbccs_of_thread()1537 fprint_fcost(print_fd, &ccSum[currSum], &lastAPos); in print_bbccs_of_thread()1540 if (ccSum[currSum].p.file != lastFnPos.cxt->fn[0]->file) { in print_bbccs_of_thread()1555 init_fcost(&ccSum[0], 0, 0, 0); in print_bbccs_of_thread()[all …]