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

/external/llvm/include/llvm/IR/
H A DValue.h152 /// hasOneUse - Return true if there is exactly one user of this value. This
156 bool hasOneUse() const { function in class:llvm::Value
174 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h226 /// hasOneUse - Return true if there is exactly one instruction using the
228 bool hasOneUse(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h170 /// hasOneUse - Return true if there is exactly one node using value
173 inline bool hasOneUse() const;
403 /// hasOneUse - Return true if there is exactly one use of this node.
405 bool hasOneUse() const { function in class:llvm::SDNode
812 inline bool SDValue::hasOneUse() const { function in class:llvm::SDNode::SDValue
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp357 if (!V->hasOneUse())
410 if (I->hasOneUse())
418 if (I->hasOneUse())
427 if (I->hasOneUse())
1228 if (GEPI->hasAllZeroIndices() && GEPI->hasOneUse())
3060 bool hasOneUse = Target->hasOneUse() && Aliasee->hasOneUse(); local
3083 if (!hasOneUse)

Completed in 3206 milliseconds