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 367 bool hasOneUse() const {
386 /// This is a linear time operation. Use hasOneUse, hasNUses, or
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 434 /// hasOneUse - Return true if there is exactly one instruction using the
436 bool hasOneUse(unsigned RegNo) const {
    [all...]
SelectionDAGNodes.h 184 inline bool hasOneUse() const;
489 bool hasOneUse() const {
    [all...]

Completed in 89 milliseconds