Lines Matching refs:ExcludedCohort
125 class ExcludedCohort : public ArenaObject<kArenaAllocLSA> {
127 ExcludedCohort(ExcludedCohort&&) = default;
128 ExcludedCohort(const ExcludedCohort&) = delete;
129 explicit ExcludedCohort(ScopedArenaAllocator* allocator, HGraph* graph) in ExcludedCohort() function
135 ~ExcludedCohort() = default;
163 bool operator==(const ExcludedCohort& other) const {
206 ExcludedCohort() = delete;
269 ArrayRef<const ExcludedCohort> GetExcludedCohorts() const { in GetExcludedCohorts()
272 return ArrayRef<const ExcludedCohort>(); in GetExcludedCohorts()
274 return ArrayRef<const ExcludedCohort>(*excluded_list_); in GetExcludedCohorts()
344 std::optional<ScopedArenaVector<ExcludedCohort>> excluded_list_;
360 std::ostream& operator<<(std::ostream& os, const ExecutionSubgraph::ExcludedCohort& ex);