Searched refs:sumRight (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dstack_dist_calc.hh356 uint64_t sumRight; member in struct:StackDistCalc::Node
361 // Flag to indicate that sumRight has gone from non-zero value to 0
383 Node() : sumLeft(0), sumRight(0), discardLeft(false),
H A Dstack_dist_calc.cc108 uint64_t node_sum_r = node->sumRight;
155 node->sumRight = node_sum_r;
220 stack_dist += node->sumRight;
227 node->sumLeft + node->sumRight,
272 newRootNode->sumLeft = tree[getTreeDepth()][0]->sumRight +

Completed in 7 milliseconds