Home
last modified time | relevance | path

Searched defs:hasOneUse (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h434 bool hasOneUse() const { return hasSingleElement(uses()); } in hasOneUse() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h534 bool hasOneUse(Register RegNo) const { hasOneUse() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1662 bool HexagonDAGToDAGISel::hasOneUse(const SDNode *N) const { hasOneUse() function in HexagonDAGToDAGISel