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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineRegisterInfo.h223 bool hasOneUse(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h400 bool hasOneUse() const { function in class:llvm::SDNode
804 inline bool SDValue::hasOneUse() const { function in class:llvm::SDNode::SDValue
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DValue.h156 bool hasOneUse() const { function in class:llvm::Value
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp2958 bool hasOneUse = Target->hasOneUse() && Aliasee->hasOneUse(); local

Completed in 175 milliseconds