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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h234 bool hasOneUse(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h399 bool hasOneUse() const { function in class:llvm::SDNode
806 inline bool SDValue::hasOneUse() const { function in class:llvm::SDNode::SDValue
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DValue.h158 bool hasOneUse() const { function in class:llvm::Value
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp3159 bool hasOneUse = Target->hasOneUse() && Aliasee->hasOneUse(); local

Completed in 178 milliseconds