Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp145 InlinedArrayAllocasTy &InlinedArrayAllocas, in mergeInlinedArrayAllocas() argument
178 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas()
249 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in inlineCallIfPossible() argument
269 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory); in inlineCallIfPossible()
380 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCallsImpl() local
450 CB, InlineInfo, InlinedArrayAllocas, InlineHistoryID, in inlineCallsImpl()