Searched refs:LibCallFunctionInfo (Results 1 – 4 of 4) sorted by relevance
23 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()
45 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()
64 struct LibCallFunctionInfo { struct146 const LibCallFunctionInfo *getFunctionInfo(const Function *F) const;162 virtual const LibCallFunctionInfo *getFunctionInfoArray() const = 0;
22 struct LibCallFunctionInfo;67 ModRefResult AnalyzeLibCallDetails(const LibCallFunctionInfo *FI,