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