Searched refs:LibCallInfo (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
H A DLibCallSemantics.cpp21 /// getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This
27 LibCallInfo::~LibCallInfo() {
31 const LibCallLocationInfo &LibCallInfo::getLocationInfo(unsigned LocID) const {
44 LibCallInfo::getFunctionInfo(const Function *F) const {
H A DLibCallAliasAnalysis.cpp26 FunctionPass *llvm::createLibCallAliasAnalysisPass(LibCallInfo *LCI) {
/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h26 /// For example, the LibCallInfo may be set up to model the behavior of
123 /// LibCallInfo - Abstract interface to query about library call information.
127 class LibCallInfo { class in namespace:llvm
133 LibCallInfo() : Impl(nullptr), Locations(nullptr), NumLocations(0) {} function in class:llvm::LibCallInfo
134 virtual ~LibCallInfo();
160 /// set of libcalls represented by this LibCallInfo object. This array is
H A DLibCallAliasAnalysis.h21 class LibCallInfo;
24 /// LibCallAliasAnalysis - Alias analysis driven from LibCallInfo.
28 LibCallInfo *LCI;
30 explicit LibCallAliasAnalysis(LibCallInfo *LC = nullptr)
34 explicit LibCallAliasAnalysis(char &ID, LibCallInfo *LC)
H A DPasses.h25 class LibCallInfo;
73 FunctionPass *createLibCallAliasAnalysisPass(LibCallInfo *LCI);

Completed in 105 milliseconds