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

1 2

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 256 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
259 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 278 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
281 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 308 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
311 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 308 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
311 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ValueTracking.h 278 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
281 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 308 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
311 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 308 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
311 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 317 /// Since A[i] and A[i-1] are independent pointers, getUnderlyingObjects
320 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
324 /// This is a wrapper around GetUnderlyingObjects and adds support for basic
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp     [all...]
LoopAccessAnalysis.cpp 792 GetUnderlyingObjects(Ptr, TempObjects, DL, LI);
    [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 178 bool getUnderlyingObjects(const MachineInstr &MI,
472 if (getUnderlyingObjects(MI, Objs)) {
500 getUnderlyingObjects(const MachineInstr &MI,
518 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 707 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL);
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 132 /// getUnderlyingObjects - This is a wrapper around GetUnderlyingObjects
134 static void getUnderlyingObjects(const Value *V,
143 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL);
194 getUnderlyingObjects(V, Objs, DL);
    [all...]
MachinePipeliner.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]

Completed in 905 milliseconds

1 2