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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 156 /// GetUnderlyingObjects - This method is similar to GetUnderlyingObject
159 void GetUnderlyingObjects(Value *V,
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 156 bool getUnderlyingObjects(const MachineInstr &MI,
434 if (getUnderlyingObjects(MI, Objs)) {
461 getUnderlyingObjects(const MachineInstr &MI,
479 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 746 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers);
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 98 /// getUnderlyingObjects - This is a wrapper around GetUnderlyingObjects
100 static void getUnderlyingObjects(const Value *V,
108 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
161 getUnderlyingObjects(V, Objs);
496 getUnderlyingObjects(V, Objs);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [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 549 milliseconds