Searched refs:getForArgument (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 237 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 D | AliasAnalysis.cpp | 189 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 D | MemoryLocation.cpp | 128 MemoryLocation MemoryLocation::getForArgument(const CallBase *Call, in getForArgument() function in MemoryLocation
|
| H A D | MemoryDependenceAnalysis.cpp | 161 Loc = MemoryLocation::getForArgument(II, 1, TLI); in GetLocation() 166 Loc = MemoryLocation::getForArgument(II, 2, TLI); in GetLocation()
|
| H A D | AliasSetTracker.cpp | 478 MemoryLocation::getForArgument(Call, ArgIdx, nullptr); in add()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 864 MemoryLocation MemLoc = MemoryLocation::getForArgument(CI, 1, TLI); in processNode()
|