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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 237 /// hasOneUse - Return true if there is exactly one instruction using the
239 bool hasOneUse(unsigned RegNo) const {
SelectionDAGNodes.h 170 /// hasOneUse - Return true if there is exactly one node using value
173 inline bool hasOneUse() const;
404 /// hasOneUse - Return true if there is exactly one use of this node.
406 bool hasOneUse() const {
868 inline bool SDValue::hasOneUse() const {
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 154 /// hasOneUse - Return true if there is exactly one user of this value. This
158 bool hasOneUse() const {
176 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore

Completed in 501 milliseconds