Searched refs:GetUnderlyingObjects (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 182 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 735 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers, DL); in handleEndBlock()
|
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 487 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 480 GetUnderlyingObjects(Ptr, TempObjects, DL); in processMemAccesses()
|
D | InstructionSimplify.cpp | 2074 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp() 2075 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
|
D | ValueTracking.cpp | 2769 void llvm::GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, in GetUnderlyingObjects() function in llvm
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 520 GetUnderlyingObjects(const_cast<Value*>(PtrArgs[i]), in AddAliasScopeMetadata()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 107 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1052 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5323 GetUnderlyingObjects(I.getArgOperand(1), Allocas, *DL); in visitIntrinsicCall()
|