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

  /external/llvm/include/llvm/
Value.h 151 /// hasOneUse - Return true if there is exactly one user of this value. This
155 bool hasOneUse() const {
173 /// is a linear time operation. Use hasOneUse, hasNUses, or hasNUsesOrMore
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 224 /// hasOneUse - Return true if there is exactly one instruction using the
226 bool hasOneUse(unsigned RegNo) const {
SelectionDAGNodes.h 165 /// hasOneUse - Return true if there is exactly one node using value
168 inline bool hasOneUse() const;
398 /// hasOneUse - Return true if there is exactly one use of this node.
400 bool hasOneUse() const {
804 inline bool SDValue::hasOneUse() const {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 353 if (!V->hasOneUse())
406 if (I->hasOneUse())
414 if (I->hasOneUse())
423 if (I->hasOneUse())
    [all...]

Completed in 379 milliseconds