Searched refs:ZoneSet (Results 1 – 13 of 13) sorted by relevance
45 typedef ZoneSet<Candidate, CandidateCompare> Candidates;53 ZoneSet<NodeId> seen_;
56 ZoneSet<NodeId> node_ids_;
28 typedef ZoneSet<InstructionOperand, CompareOperandModuloType> OperandSet;192 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
217 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
335 typedef ZoneSet<Node*> NodeSet;
393 ZoneSet<Variable::Impl*> variables_;
355 ZoneSet<RpoNumber> seen(zone()); in ValidatePendingAssessment()
187 ZoneSet<NodeId> weakened_nodes_;
3734 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
104 class ZoneSet : public std::set<K, Compare, zone_allocator<K>> {107 explicit ZoneSet(Zone* zone) in ZoneSet() function
395 ZoneSet<int32_t> cases(zone()); in VisitSwitchStatement()
65 ZoneSet<int> free_temporaries_;
63 ZoneSet<int>::iterator index = free_temporaries_.lower_bound(start_index); in BorrowTemporaryRegisterNotInRange()