Searched refs:guaranteed_const_nodes (Results 1 – 1 of 1) sorted by relevance
110 absl::flat_hash_set<const Node*> guaranteed_const_nodes; in MarkGuaranteedConstants() local118 /*leave=*/[&guaranteed_const_nodes](const Node* n) { in MarkGuaranteedConstants()120 if (AreAllParentsGuaranteedConst(*n, guaranteed_const_nodes)) { in MarkGuaranteedConstants()121 guaranteed_const_nodes.insert(n); in MarkGuaranteedConstants()126 if (guaranteed_const_nodes.count(src_arg.first) != 0) { in MarkGuaranteedConstants()