HomeSort by relevance Sort by last modified time
    Searched refs:getUse (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/Analysis/
CaptureTracking.cpp 90 Use *U = &UI.getUse();
146 Use *U = &UI.getUse();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
KeyDeclaration.java 155 public XPath getUse()
  /external/llvm/include/llvm/Support/
CallSite.h 109 return getCallee() == &UI.getUse();
127 assert(arg_begin() <= &I.getUse() && &I.getUse() < arg_end()
129 return &I.getUse() - arg_begin();
CFG.h 75 /// getUse - Return the operand Use in the predecessor's terminator
77 Use &getUse() const {
78 return It.getUse();
  /external/llvm/include/llvm/
Use.h 209 Use &getUse() const { return *U; }
Instructions.h     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 205 keyDeclaration.getUse().execute(xctxt,
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 192 UsesToRewrite.push_back(&UI.getUse());
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 482 Use &TheUse = UI.getUse();
538 Use &TheUse = UI.getUse();
    [all...]
LoopRotation.cpp 127 Use &U = UI.getUse();
LICM.cpp 580 Use &U = UI.getUse();
    [all...]
JumpThreading.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
ObjCARC.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 692 TheIter.getUse().set(BitcastNew);
860 Use &U = UI.getUse();
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 469 SDUse &getUse() const { return *Op; }
581 if (UI.getUse().get().getValueType() == MVT::Glue)
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 498 llvm::Use &use = i.getUse();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
LegalizeTypes.cpp 90 if (UI.getUse().getResNo() == i)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 324 UI.getUse().set(RealVal);
    [all...]

Completed in 4073 milliseconds

1 2