Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DValue.h149 bool use_empty() const { return UseList == 0; } in use_empty() function
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h264 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function