Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryLocation.h92 static MemoryLocation getForArgument(ImmutableCallSite CS, unsigned ArgIdx,
DAliasAnalysis.h833 MemoryLocation ArgLoc = MemoryLocation::getForArgument(CS, ArgIdx, TLI); in getModRefInfo()
897 auto CS2ArgLoc = MemoryLocation::getForArgument(CS2, CS2ArgIdx, TLI); in getModRefInfo()
931 auto CS1ArgLoc = MemoryLocation::getForArgument(CS1, CS1ArgIdx, TLI); in getModRefInfo()
/external/llvm/lib/Analysis/
DMemoryLocation.cpp110 MemoryLocation MemoryLocation::getForArgument(ImmutableCallSite CS, in getForArgument() function in MemoryLocation