Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallSemantics.cpp31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const { in getLocationInfo()
36 assert(LocID < NumLocations && "Invalid location ID!"); in getLocationInfo()
37 return Locations[LocID]; in getLocationInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h141 const LibCallLocationInfo &getLocationInfo(unsigned LocID) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp424 unsigned LocID = VarLocIDs.insert(VL); in insertTransferDebugPair() local
425 OpenRanges.insert(LocID, VL.Var); in insertTransferDebugPair()