Home
last modified time | relevance | path

Searched refs:getUnderlyingObjectAggressive (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp828 return getUnderlyingObjectAggressive(From) == in isPointerAlwaysReplaceable()
829 getUnderlyingObjectAggressive(To); in isPointerAlwaysReplaceable()
H A DValueTracking.cpp6738 const Value *llvm::getUnderlyingObjectAggressive(const Value *V) { in getUnderlyingObjectAggressive() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h451 LLVM_ABI const Value *getUnderlyingObjectAggressive(const Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp133 const Value *UO = getUnderlyingObjectAggressive(Loc.Ptr); in addLocAccess()