Searched refs:op_to_resource_ids_ (Results 1 – 2 of 2) sorted by relevance
489 op_to_resource_ids_[op].push_back({resource_id, read_only}); in UpdateAccess()571 for (auto& entry : child_analysis.op_to_resource_ids_) in AnalyzeRegion()572 op_to_resource_ids_[entry.first] = std::move(entry.second); in AnalyzeRegion()723 auto it = op_to_resource_ids_.find(op); in GetResourceIds()724 if (it == op_to_resource_ids_.end()) return empty_resource_ids_; in GetResourceIds()
158 op_to_resource_ids_; variable