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

/gem5/src/mem/
H A Dstack_dist_calc.hh353 uint64_t sumLeft; member in struct:StackDistCalc::Node
358 // Flag to indicate that sumLeft has gone from non-zero value to 0
383 Node() : sumLeft(0), sumRight(0), discardLeft(false),
H A Dstack_dist_calc.cc107 uint64_t node_sum_l = node->sumLeft;
136 // update sumLeft
154 node->sumLeft = node_sum_l;
194 node->sumLeft = 1;
196 node->isLeftNode, node->sumLeft,
201 node->sumLeft = 0;
227 node->sumLeft + node->sumRight,
272 newRootNode->sumLeft = tree[getTreeDepth()][0]->sumRight +
273 tree[getTreeDepth()][0]->sumLeft;

Completed in 7 milliseconds