Searched defs:LegacyInlinerBase (Results 1 – 4 of 4) sorted by relevance
29 struct LegacyInlinerBase : public CallGraphSCCPass { struct77 ProfileSummaryInfo *PSI;78 std::function<const TargetLibraryInfo &(Function &)> GetTLI;79 ImportedFunctionsInliningStatistics ImportedFunctionsStats;
30 struct LegacyInlinerBase : public CallGraphSCCPass { struct76 ProfileSummaryInfo *PSI;77 ImportedFunctionsInliningStatistics ImportedFunctionsStats;
166 LegacyInlinerBase::LegacyInlinerBase(char &ID) : CallGraphSCCPass(ID) {} in LegacyInlinerBase() function in LegacyInlinerBase168 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() function in LegacyInlinerBase
123 LegacyInlinerBase::LegacyInlinerBase(char &ID) : CallGraphSCCPass(ID) {} in LegacyInlinerBase() function in LegacyInlinerBase125 LegacyInlinerBase::LegacyInlinerBase(char &ID, bool InsertLifetime) in LegacyInlinerBase() function in LegacyInlinerBase