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

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h435 /// hasOneUse - Return true if there is exactly one instruction using the
437 bool hasOneUse(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h202 /// hasOneUse - Return true if there is exactly one node using value
205 inline bool hasOneUse() const;
436 /// hasOneUse - Return true if there is exactly one use of this node.
438 bool hasOneUse() const { function in class:llvm::SDNode
910 inline bool SDValue::hasOneUse() const { function in class:llvm::SDValue
/external/llvm/include/llvm/IR/
H A DValue.h273 /// hasOneUse - Return true if there is exactly one user of this value. This
277 bool hasOneUse() const { function in class:llvm::Value
295 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore

Completed in 115 milliseconds