Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h224 user_iterator user_end() const { return user_iterator(use_end()); } in user_end() function
H A DValue.h212 user_iterator user_end() const { return use_end(); } in user_end() function
H A DOperation.h647 user_iterator user_end() { return user_iterator(use_end()); } in user_end() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h405 user_iterator user_end() { return user_iterator(); } in user_end() function
406 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h161 user_iterator user_end() { return Users.end(); } in user_end() function
162 const_user_iterator user_end() const { return Users.end(); } in user_end() function
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp402 uptr user_end = user_beg + size; in Allocate() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp553 ResultRange::user_iterator ResultRange::user_end() { in user_end() function in ResultRange
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp553 uptr user_end = user_beg + size; in Allocate() local