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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 226 /// hasOneUse - Return true if there is exactly one instruction using the
228 bool hasOneUse(unsigned RegNo) const {
SelectionDAGNodes.h 170 /// hasOneUse - Return true if there is exactly one node using value
173 inline bool hasOneUse() const;
403 /// hasOneUse - Return true if there is exactly one use of this node.
405 bool hasOneUse() const {
812 inline bool SDValue::hasOneUse() const {
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 152 /// hasOneUse - Return true if there is exactly one user of this value. This
156 bool hasOneUse() const {
174 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 357 if (!V->hasOneUse())
410 if (I->hasOneUse())
418 if (I->hasOneUse())
427 if (I->hasOneUse())
    [all...]

Completed in 68 milliseconds