Home
last modified time | relevance | path

Searched refs:LibCallFunctionInfo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLibCallSemantics.cpp23 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) { in getMap()
24 return static_cast<StringMap<const LibCallFunctionInfo*> *>(Ptr); in getMap()
43 const LibCallFunctionInfo *
45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl); in getFunctionInfo()
50 Impl = Map = new StringMap<const LibCallFunctionInfo*>(); in getFunctionInfo()
52 const LibCallFunctionInfo *Array = getFunctionInfoArray(); in getFunctionInfo()
DLibCallAliasAnalysis.cpp45 LibCallAliasAnalysis::AnalyzeLibCallDetails(const LibCallFunctionInfo *FI, in AnalyzeLibCallDetails()
56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails; in AnalyzeLibCallDetails()
64 if (FI->DetailsType == LibCallFunctionInfo::DoesNot) { in AnalyzeLibCallDetails()
83 assert(FI->DetailsType == LibCallFunctionInfo::DoesOnly); in AnalyzeLibCallDetails()
128 if (const LibCallFunctionInfo *FI = LCI->getFunctionInfo(F)) { in getModRefInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLibCallSemantics.h64 struct LibCallFunctionInfo { struct
146 const LibCallFunctionInfo *getFunctionInfo(const Function *F) const;
162 virtual const LibCallFunctionInfo *getFunctionInfoArray() const = 0;
DLibCallAliasAnalysis.h22 struct LibCallFunctionInfo;
67 ModRefResult AnalyzeLibCallDetails(const LibCallFunctionInfo *FI,