Home
last modified time | relevance | path

Searched defs:SmallSet (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dtyped_ref_set.h175 explicit SmallSet(Allocator *allocator) : data_(VectorSetT(allocator)) {} in SmallSet() function
177SmallSet(std::initializer_list<Ref> values, Allocator *allocator = Allocator::GetInstance()) : Sma… in SmallSet() function