Home
last modified time | relevance | path

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

/external/llvm/test/Analysis/LoopAccessAnalysis/
Dnullptr.ll5 ; The analyzer uses to be confused by the "diamond" because GetUnderlyingObjects
7 ; needs to ignore null in the results returned by GetUnderlyingObjects.
/external/llvm/include/llvm/Analysis/
DValueTracking.h259 void GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects,
/external/llvm/test/CodeGen/AMDGPU/
Dpromote-alloca-to-lds-phi.ll132 ; GetUnderlyingObjects when looking at the icmp user.
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp518 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp865 GetUnderlyingObjects(A, Objects, DL); in getModRefInfoForArgument()
DLoopAccessAnalysis.cpp792 GetUnderlyingObjects(Ptr, TempObjects, DL, LI); in processMemAccesses()
DInstructionSimplify.cpp2101 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp()
2102 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
DValueTracking.cpp3010 void llvm::GetUnderlyingObjects(Value *V, SmallVectorImpl<Value *> &Objects, in GetUnderlyingObjects() function in llvm
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp707 GetUnderlyingObjects(getStoredPointerOperand(&*BBI), Pointers, DL); in handleEndBlock()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp143 GetUnderlyingObjects(const_cast<Value *>(V), Objs, DL); in getUnderlyingObjects()
DMachinePipeliner.cpp989 GetUnderlyingObjects(const_cast<Value *>(MM->getValue()), Objs, DL); in getUnderlyingObjects()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp952 GetUnderlyingObjects(const_cast<Value*>(V), in AddAliasScopeMetadata()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1062 GetUnderlyingObjects(Addr, Objs, Pos->getModule()->getDataLayout()); in loadShadow()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp582 GetUnderlyingObjects(const_cast<Value *>(N->getMemOperand()->getValue()), in canLowerToLDG()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5547 GetUnderlyingObjects(I.getArgOperand(1), Allocas, *DL); in visitIntrinsicCall()