Searched refs:GetConstArgIndicesCache (Results 1 – 2 of 2) sorted by relevance
189 if (!compile_time_const_nodes && g.GetConstArgIndicesCache().has_value() && in BackwardsConstAnalysis()192 *compile_time_const_arg_indices = g.GetConstArgIndicesCache().value(); in BackwardsConstAnalysis()282 g.GetConstArgIndicesCache() = *compile_time_const_arg_indices; in BackwardsConstAnalysis()
705 absl::optional<std::vector<bool>>& GetConstArgIndicesCache() const { in GetConstArgIndicesCache() function