Searched defs:hasOneUse (Results 1 – 7 of 7) sorted by relevance
256 bool hasOneUse() const { in hasOneUse() function
215 bool hasOneUse() const { return impl->hasOneUse(); } in hasOneUse() function
845 bool hasOneUse() { return llvm::hasSingleElement(getUses()); } hasOneUse() function
434 bool hasOneUse() const { return hasSingleElement(uses()); } in hasOneUse() function
524 /// hasOneUse - Return true if there is exactly one instruction using the in hasOneUse() function
1761 bool HexagonDAGToDAGISel::hasOneUse(const SDNode *N) const { in hasOneUse() function in HexagonDAGToDAGISel
1192 bool TreePredicateFn::hasOneUse() const { hasOneUse() function in TreePredicateFn