Searched refs:ValueSet (Results 1 – 1 of 1) sorted by relevance
37 class ValueSet : public ArenaObject<kArenaAllocGvn> { class40 explicit ValueSet(ScopedArenaAllocator* allocator) in ValueSet() function in art::ValueSet53 ValueSet(ScopedArenaAllocator* allocator, const ValueSet& other) in ValueSet() function in art::ValueSet64 void PopulateFrom(const ValueSet& other) { in PopulateFrom()75 bool CanHoldCopyOf(const ValueSet& other, bool exact_match) { in CanHoldCopyOf()142 void IntersectWith(ValueSet* predecessor) { in IntersectWith()161 void PopulateFromInternal(const ValueSet& other) { in PopulateFromInternal()333 DISALLOW_COPY_AND_ASSIGN(ValueSet);363 ValueSet* FindSetFor(HBasicBlock* block) const { in FindSetFor()364 ValueSet* result = sets_[block->GetBlockId()]; in FindSetFor()[all …]