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

  /external/valgrind/callgrind/
events.h 92 Bool CLG_(is_zero_cost)(EventSet*,ULong*);
dump.c 584 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost));
651 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) {
718 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
739 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
743 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
753 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
772 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
777 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) ||
780 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
791 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full
    [all...]
events.c 228 Bool CLG_(is_zero_cost)(EventSet* es, ULong* cost) function

Completed in 91 milliseconds