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

/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp283 static bool hasOneUse(unsigned Reg, MachineInstr *Def, MachineRegisterInfo &MRI, function
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h434 bool hasOneUse() const { return hasSingleElement(uses()); } function
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h532 bool hasOneUse(Register RegNo) const { function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h718 bool hasOneUse() const { return hasSingleElement(uses()); } function in class:llvm::SDNode
1185 inline bool SDValue::hasOneUse() const { function in class:llvm::SDValue
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1668 bool HexagonDAGToDAGISel::hasOneUse(const SDNode *N) const { function in class:HexagonDAGToDAGISel
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4151 isConstantOrConstantVector(N0.getOperand(1)) && N0->hasOneUse()) { function
[all...]

Completed in 422 milliseconds