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

  /external/llvm/lib/IR/
Use.cpp 28 Val->addUse(*this);
35 RHS.Val->addUse(RHS);
  /external/llvm/include/llvm/IR/
Value.h 299 /// addUse - This method should only be used by the Use class.
301 void addUse(Use &U) { U.addToList(&UseList); }
472 if (V) V->addUse(*this);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 731 /// addUse - This method should only be used by the SDUse class.
733 void addUse(SDUse &U) { U.addToList(&UseList); }
927 if (V.getNode()) V.getNode()->addUse(*this);
932 V.getNode()->addUse(*this);
938 if (N) N->addUse(*this);
    [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 500 milliseconds