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

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

Completed in 87 milliseconds