Home
last modified time | relevance | path

Searched refs:LoadedLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp212 CXLoadedDiagnostic::Location &LoadedLoc);
275 CXLoadedDiagnostic::Location &LoadedLoc) { in readLocation() argument
278 LoadedLoc.file = nullptr; in readLocation()
280 LoadedLoc.file = const_cast<FileEntry *>(TopDiags->Files[FileID]); in readLocation()
281 if (!LoadedLoc.file) in readLocation()
284 LoadedLoc.line = SDLoc.Line; in readLocation()
285 LoadedLoc.column = SDLoc.Col; in readLocation()
286 LoadedLoc.offset = SDLoc.Offset; in readLocation()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp81 void RemoveAccessedObjects(const AliasAnalysis::Location &LoadedLoc,
812 AliasAnalysis::Location LoadedLoc; in handleEndBlock() local
818 LoadedLoc = AA->getLocation(L); in handleEndBlock()
820 LoadedLoc = AA->getLocation(V); in handleEndBlock()
822 LoadedLoc = AA->getLocationForSource(MTI); in handleEndBlock()
834 RemoveAccessedObjects(LoadedLoc, DeadStackObjects, DL); in handleEndBlock()
848 void DSE::RemoveAccessedObjects(const AliasAnalysis::Location &LoadedLoc, in RemoveAccessedObjects() argument
851 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in RemoveAccessedObjects()
869 return !AA->isNoAlias(StackLoc, LoadedLoc); in RemoveAccessedObjects()