Searched refs:InlinedArrayAllocas (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp152 InlinedArrayAllocasTy &InlinedArrayAllocas,
167 // InlinedArrayAllocas but this isn't likely to be a significant win.
185 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy];
250 /// InlinedArrayAllocas map keeps track of any allocas that are already
256 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory,
276 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory);
387 InlinedArrayAllocasTy InlinedArrayAllocas; local
457 CB, InlineInfo, InlinedArrayAllocas, InlineHistoryID,
151 mergeInlinedArrayAllocas(Function *Caller, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory) argument
254 inlineCallIfPossible( CallBase &CB, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument

Completed in 54 milliseconds