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

/gem5/src/mem/
H A Dstack_dist_calc.hh214 * This function is first called by updateSumsLeavesToRoot,
240 uint64_t updateSumsLeavesToRoot(Node* node, bool is_new_leaf);
H A Dstack_dist_calc.cc188 StackDistCalc::updateSumsLeavesToRoot(Node* node, bool is_new_leaf) function in class:StackDistCalc
393 stack_dist = updateSumsLeavesToRoot(tree[0][r_index], false);
430 updateSumsLeavesToRoot(tree[0][index], true);

Completed in 8 milliseconds