Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h360 use_iterator use_begin() { in use_begin() function
364 const_use_iterator use_begin() const { in use_begin() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h478 use_iterator use_begin(Register RegNo) const { in use_begin() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h202 const_use_iterator use_begin() const { in use_begin() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp87 Value::use_iterator Value::use_begin() { in use_begin() function in Value