• Home
  • Raw
  • Download

Lines Matching refs:currCost

785   AddrCost *currCost, *newCost;  in fprint_bbcc()  local
796 currCost = &(ccSum[currSum]); in fprint_bbcc()
814 (newCost->p.line != currCost->p.line) || in fprint_bbcc()
815 (newCost->p.file != currCost->p.file)) { in fprint_bbcc()
817 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
820 fprint_apos(fd, &(currCost->p), last, bbcc->cxt->fn[0]->file); in fprint_bbcc()
821 fprint_fcost(fd, currCost, last); in fprint_bbcc()
826 currCost = &(ccSum[currSum]); in fprint_bbcc()
831 (*CLG_(cachesim).add_icost)(currCost->cost, bbcc, instr_info, ecounter); in fprint_bbcc()
842 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
844 fprint_apos(fd, &(currCost->p), last, bbcc->cxt->fn[0]->file); in fprint_bbcc()
845 fprint_fcost(fd, currCost, last); in fprint_bbcc()
847 get_debug_pos(bbcc, bb_addr(bb)+instr_info->instr_offset, &(currCost->p)); in fprint_bbcc()
848 fprint_apos(fd, &(currCost->p), last, bbcc->cxt->fn[0]->file); in fprint_bbcc()
853 fprint_jcc(fd, jcc, &(currCost->p), last, ecounter); in fprint_bbcc()
879 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
881 fprint_apos(fd, &(currCost->p), last, bbcc->cxt->fn[0]->file); in fprint_bbcc()
882 fprint_fcost(fd, currCost, last); in fprint_bbcc()
885 get_debug_pos(bbcc, bb_jmpaddr(bb), &(currCost->p)); in fprint_bbcc()
886 fprint_apos(fd, &(currCost->p), last, bbcc->cxt->fn[0]->file); in fprint_bbcc()
893 currCost->cost, bbcc->skipped ); in fprint_bbcc()
898 fprint_fcost(fd, currCost, last); in fprint_bbcc()
907 fprint_jcc(fd, jcc, &(currCost->p), last, ecounter); in fprint_bbcc()
912 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
915 fprint_apos(fd, &(currCost->p), last, bbcc->cxt->fn[0]->file); in fprint_bbcc()
916 fprint_fcost(fd, currCost, last); in fprint_bbcc()