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

/gem5/src/mem/
H A Dstack_dist_calc.hh95 * traversal upwards using the updateSum() method, if an intermediate
227 uint64_t updateSum(Node* node,
H A Dstack_dist_calc.cc95 // The updateSum method is a recursive function which updates
99 StackDistCalc::updateSum(Node* node, bool from_left, function in class:StackDistCalc
172 // Recursively call the updateSum operation till the
175 stack_dist = updateSum(node_parent_ptr, node_left,
186 // the updateSum operation.
195 updateSum(node->parent,
202 stack_dist = updateSum(node->parent,

Completed in 7 milliseconds