Home | History | Annotate | Download | only in callgrind

Lines Matching refs:currCost

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