HomeSort by relevance Sort by last modified time
    Searched refs:is_zero_cost (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/callgrind/
dump.c 675 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost));
749 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) {
817 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
838 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
842 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
852 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
871 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
876 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) ||
879 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
890 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full
    [all...]
events.h 93 Bool CLG_(is_zero_cost)(EventSet*,ULong*);
events.c 257 Bool CLG_(is_zero_cost)(EventSet* es, ULong* cost) function
273 if (!c1) return CLG_(is_zero_cost)(es, c2);
274 if (!c2) return CLG_(is_zero_cost)(es, c1);

Completed in 46 milliseconds