Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp164 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory) { in mergeInlinedArrayAllocas() argument
196 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas()
277 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in InlineCallIfPossible() argument
297 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory); in InlineCallIfPossible()
606 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCallsImpl() local
687 CS, InlineInfo, InlinedArrayAllocas, InlineHistoryID, in inlineCallsImpl()