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

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 228 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
231 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp     [all...]
LoopAccessAnalysis.cpp 745 GetUnderlyingObjects(Ptr, TempObjects, DL, LI);
    [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 156 bool getUnderlyingObjects(const MachineInstr &MI,
448 if (getUnderlyingObjects(MI, Objs)) {
476 getUnderlyingObjects(const MachineInstr &MI,
494 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 827 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL);
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 92 /// getUnderlyingObjects - This is a wrapper around GetUnderlyingObjects
94 static void getUnderlyingObjects(const Value *V,
103 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
164 getUnderlyingObjects(V, Objs, DL);
552 getUnderlyingObjects(V, Objs, DL);
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 623 GetUnderlyingObjects(const_cast<Value*>(PtrArgs[i]),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 567 // We use GetUnderlyingObjects() here instead of
572 GetUnderlyingObjects(const_cast<Value *>(N->getMemOperand()->getValue()),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 729 milliseconds