HomeSort by relevance Sort by last modified time
    Searched defs:hasOneUse (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Value.h 273 /// hasOneUse - Return true if there is exactly one user of this value. This
277 bool hasOneUse() const {
295 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 435 /// hasOneUse - Return true if there is exactly one instruction using the
437 bool hasOneUse(unsigned RegNo) const {
    [all...]
SelectionDAGNodes.h 202 /// 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 {
910 inline bool SDValue::hasOneUse() const {
    [all...]

Completed in 175 milliseconds