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