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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 153 /// GetUnderlyingObjects - This method is similar to GetUnderlyingObject
156 void GetUnderlyingObjects(Value *V,
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 166 bool getUnderlyingObjects(const MachineInstr &MI,
439 if (getUnderlyingObjects(MI, Objs)) {
466 getUnderlyingObjects(const MachineInstr &MI,
474 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 760 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers);
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 89 /// getUnderlyingObjects - This is a wrapper around GetUnderlyingObjects
91 static void getUnderlyingObjects(const Value *V,
99 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
138 getUnderlyingObjects(V, Objs);
467 getUnderlyingObjects(V, Objs);
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 226 milliseconds