Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp205 InlinedArrayAllocasTy &InlinedArrayAllocas, in mergeInlinedArrayAllocas() argument
238 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas()
309 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in inlineCallIfPossible() argument
329 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory); in inlineCallIfPossible()
440 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCallsImpl() local
510 CB, InlineInfo, InlinedArrayAllocas, InlineHistoryID, in inlineCallsImpl()