Home
last modified time | relevance | path

Searched refs:GetUnderlyingObjects (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Analysis/
DValueTracking.h182 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp735 GetUnderlyingObjects(getStoredPointerOperand(BBI), Pointers, DL); in handleEndBlock()
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp487 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp480 GetUnderlyingObjects(Ptr, TempObjects, DL); in processMemAccesses()
DInstructionSimplify.cpp2074 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp()
2075 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
DValueTracking.cpp2769 void llvm::GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, in GetUnderlyingObjects() function in llvm
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp520 GetUnderlyingObjects(const_cast<Value*>(PtrArgs[i]), in AddAliasScopeMetadata()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp107 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1052 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5323 GetUnderlyingObjects(I.getArgOperand(1), Allocas, *DL); in visitIntrinsicCall()