Searched defs:PartialInlinerImpl (Results 1 – 1 of 1) sorted by relevance
188 struct PartialInlinerImpl { struct190 PartialInlinerImpl( in PartialInlinerImpl() function214 struct FunctionCloner {266 int NumPartialInlining = 0;267 function_ref<AssumptionCache &(Function &)> GetAssumptionCache;268 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;269 function_ref<TargetTransformInfo &(Function &)> GetTTI;270 function_ref<BlockFrequencyInfo &(Function &)> GetBFI;271 function_ref<const TargetLibraryInfo &(Function &)> GetTLI;272 ProfileSummaryInfo &PSI;[all …]