Home
last modified time | relevance | path

Searched refs:getForArgument (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryLocation.h237 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx,
239 static MemoryLocation getForArgument(const CallBase *Call, unsigned ArgIdx, in getForArgument() function
241 return getForArgument(Call, ArgIdx, &TLI); in getForArgument()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp189 MemoryLocation::getForArgument(Call, ArgIdx, TLI); in getModRefInfo()
265 MemoryLocation::getForArgument(Call2, Call2ArgIdx, TLI); in getModRefInfo()
316 MemoryLocation::getForArgument(Call1, Call1ArgIdx, TLI); in getModRefInfo()
H A DMemoryLocation.cpp128 MemoryLocation MemoryLocation::getForArgument(const CallBase *Call, in getForArgument() function in MemoryLocation
H A DMemoryDependenceAnalysis.cpp161 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation()
166 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
H A DAliasSetTracker.cpp478 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp864 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode()