Home
last modified time | relevance | path

Searched defs:LegacyInlinerBase (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DInliner.h29 struct LegacyInlinerBase : public CallGraphSCCPass { struct
77 ProfileSummaryInfo *PSI;
78 std::function<const TargetLibraryInfo &(Function &)> GetTLI;
79 ImportedFunctionsInliningStatistics ImportedFunctionsStats;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DInliner.h30 struct LegacyInlinerBase : public CallGraphSCCPass { struct
76 ProfileSummaryInfo *PSI;
77 ImportedFunctionsInliningStatistics ImportedFunctionsStats;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp166 LegacyInlinerBase::LegacyInlinerBase(char &ID) : CallGraphSCCPass(ID) {} in LegacyInlinerBase() function in LegacyInlinerBase
168 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() function in LegacyInlinerBase
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp123 LegacyInlinerBase::LegacyInlinerBase(char &ID) : CallGraphSCCPass(ID) {} in LegacyInlinerBase() function in LegacyInlinerBase
125 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() function in LegacyInlinerBase