Home
last modified time | relevance | path

Searched refs:currCost (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/callgrind/
Ddump.c686 AddrCost *currCost, *newCost; in fprint_bbcc() local
697 currCost = &(ccSum[currSum]); in fprint_bbcc()
715 (newCost->p.line != currCost->p.line) || in fprint_bbcc()
716 (newCost->p.file != currCost->p.file)) { in fprint_bbcc()
718 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
721 fprint_apos(fp, &(currCost->p), last, bbcc->cxt->fn[0]->file); in fprint_bbcc()
722 fprint_fcost(fp, currCost, last); in fprint_bbcc()
727 currCost = &(ccSum[currSum]); in fprint_bbcc()
732 (*CLG_(cachesim).add_icost)(currCost->cost, bbcc, instr_info, ecounter); in fprint_bbcc()
743 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) { in fprint_bbcc()
[all …]