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

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h455 /// hasOneUse - Return true if there is exactly one instruction using the
457 bool hasOneUse(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h187 inline bool hasOneUse() const;
430 bool hasOneUse() const { function in class:llvm::SDNode
898 inline bool SDValue::hasOneUse() const { function in class:llvm::SDValue
/external/llvm/include/llvm/IR/
H A DValue.h295 bool hasOneUse() const { function in class:llvm::Value
314 /// This is a linear time operation. Use hasOneUse, hasNUses, or

Completed in 362 milliseconds