HomeSort by relevance Sort by last modified time
    Searched refs:LibCallLocationInfo (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 22 /// LibCallLocationInfo - This struct describes a set of memory locations that
39 struct LibCallLocationInfo {
130 mutable const LibCallLocationInfo *Locations;
141 const LibCallLocationInfo &getLocationInfo(unsigned LocID) const;
155 virtual unsigned getLocationInfo(const LibCallLocationInfo *&Array) const {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LibCallAliasAnalysis.cpp 67 const LibCallLocationInfo &LocInfo =
69 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
70 if (Res != LibCallLocationInfo::Yes) continue;
88 const LibCallLocationInfo &LocInfo =
90 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
91 if (Res == LibCallLocationInfo::No) continue;
95 if (Res == LibCallLocationInfo::Unknown) {
LibCallSemantics.cpp 31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const {

Completed in 74 milliseconds