Searched refs:upstream_of_allow_set (Results 1 – 1 of 1) sorted by relevance
1638 absl::flat_hash_set<int> upstream_of_allow_set; in AddClearAndInferToAllowIfBetweenAllow() local1641 if (!ShouldProcess(*root.node) || upstream_of_allow_set.count(root_idx) || in AddClearAndInferToAllowIfBetweenAllow()1648 return idx == root_idx || (!upstream_of_allow_set.count(idx) && in AddClearAndInferToAllowIfBetweenAllow()1652 upstream_of_allow_set.insert(idx); in AddClearAndInferToAllowIfBetweenAllow()