Home
last modified time | relevance | path

Searched refs:UserList (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h482 class UserList {
515 explicit UserList(PointerType head) : head_(head) {} in UserList() function
1189 UserList<User> GetUsers() in GetUsers()
1191 return UserList<User>(&first_user_); in GetUsers()
1193 UserList<const User> GetUsers() const in GetUsers()
1195 return UserList<const User>(&first_user_); in GetUsers()