Searched refs:hash_is_final_ (Results 1 – 3 of 3) sorted by relevance
112 if (hash_is_final_) { in ComputeTopoHash()160 CHECK(hash_is_final_); in GetTopoHash()264 node->hash_is_final_ = false; in PrepareNodes()323 nodes[n]->hash_is_final_ = true; in FindUniqueHashes()339 node->hash_is_final_ = false; in ComputeOneRound()353 if (node->hash_is_final_) { in ComputeOneRound()379 node->hash_is_final_ = true; in ComputeOneRound()
230 bool hash_is_final_ = false; variable
101 static bool& RefHashIsFinal(SigNode* node) { return node->hash_is_final_; } in RefHashIsFinal()