Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp191 struct PartialInlinerImpl { struct
193 PartialInlinerImpl( in PartialInlinerImpl() argument
217 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 …]