Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h434 bool hasOneUse() const { return hasSingleElement(uses()); } in hasOneUse() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h524 bool hasOneUse(Register RegNo) const { in hasOneUse() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1761 bool HexagonDAGToDAGISel::hasOneUse(const SDNode *N) const { in hasOneUse() function in HexagonDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1192 bool TreePredicateFn::hasOneUse() const { in hasOneUse() function in TreePredicateFn