Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp188 struct PartialInlinerImpl { struct
190 PartialInlinerImpl( in PartialInlinerImpl() function
214 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 …]