Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallAliasAnalysis.cpp67 const LibCallLocationInfo &LocInfo = in AnalyzeLibCallDetails()
69 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails()
70 if (Res != LibCallLocationInfo::Yes) continue; in AnalyzeLibCallDetails()
88 const LibCallLocationInfo &LocInfo = in AnalyzeLibCallDetails()
90 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails()
91 if (Res == LibCallLocationInfo::No) continue; in AnalyzeLibCallDetails()
95 if (Res == LibCallLocationInfo::Unknown) { in AnalyzeLibCallDetails()
DLibCallSemantics.cpp31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const { in getLocationInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h39 struct LibCallLocationInfo { struct
130 mutable const LibCallLocationInfo *Locations;
141 const LibCallLocationInfo &getLocationInfo(unsigned LocID) const;
155 virtual unsigned getLocationInfo(const LibCallLocationInfo *&Array) const { in getLocationInfo()