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

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h22 /// LibCallLocationInfo - This struct describes a set of memory locations that
39 struct LibCallLocationInfo { struct in namespace:llvm
130 mutable const LibCallLocationInfo *Locations;
141 const LibCallLocationInfo &getLocationInfo(unsigned LocID) const;
155 virtual unsigned getLocationInfo(const LibCallLocationInfo *&Array) const {
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp67 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) {
H A DLibCallSemantics.cpp31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const {

Completed in 1469 milliseconds