Searched refs:ZoneSet (Results 1 – 14 of 14) sorted by relevance
111 const ZoneSet<UnobservableStore>* set() const { return set_; } in set()123 explicit UnobservablesSet(const ZoneSet<UnobservableStore>* set) in UnobservablesSet()125 const ZoneSet<UnobservableStore>* set_;138 const ZoneSet<Node*>& to_remove_const() { return to_remove_; } in to_remove_const()159 ZoneSet<Node*>& to_remove() { return to_remove_; } in to_remove()168 ZoneSet<Node*> to_remove_;475 ZoneSet<UnobservableStore>* empty_set = in VisitedEmpty()476 new (zone->New(sizeof(ZoneSet<UnobservableStore>))) in VisitedEmpty()477 ZoneSet<UnobservableStore>(zone); in VisitedEmpty()489 ZoneSet<UnobservableStore>* intersection = in Intersect()[all …]
51 typedef ZoneSet<Candidate, CandidateCompare> Candidates;65 ZoneSet<NodeId> seen_;
80 ZoneSet<VirtualObject*> cycle_detection_;
56 ZoneSet<NodeId> node_ids_;
81 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
337 typedef ZoneSet<Node*> NodeSet;
247 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
356 ZoneSet<RpoNumber> seen(zone()); in ValidatePendingAssessment()
487 ZoneSet<Variable::Impl*> variables_;
837 ZoneSet<Node*> visited(zone()); in ComputeLoopState()
211 ZoneSet<NodeId> weakened_nodes_;
3943 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
98 class ZoneSet : public std::set<K, Compare, zone_allocator<K>> {101 explicit ZoneSet(Zone* zone) in ZoneSet() function
1396 ZoneSet<int32_t> cases_seen(zone_); in ValidateSwitchStatement()