Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DInliner.h31 struct LegacyInlinerBase : public CallGraphSCCPass { struct
79 ProfileSummaryInfo *PSI;
80 std::function<const TargetLibraryInfo &(Function &)> GetTLI;
81 ImportedFunctionsInliningStatistics ImportedFunctionsStats;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp102 LegacyInlinerBase::LegacyInlinerBase(char &ID) : CallGraphSCCPass(ID) {} in LegacyInlinerBase() function in LegacyInlinerBase
104 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() function in LegacyInlinerBase