Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h145 user_iterator user_end() { return Users.end(); } in user_end() function
146 const_user_iterator user_end() const { return Users.end(); } in user_end() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp400 uptr user_end = user_beg + size; in Allocate() local
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp553 uptr user_end = user_beg + size; in Allocate() local