Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp141 InlinedArrayAllocasTy &InlinedArrayAllocas, in mergeInlinedArrayAllocas() argument
174 std::vector<AllocaInst *> &AllocasForType = InlinedArrayAllocas[ATy]; in mergeInlinedArrayAllocas()
245 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in inlineCallIfPossible() argument
265 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory); in inlineCallIfPossible()
376 InlinedArrayAllocasTy InlinedArrayAllocas; in inlineCallsImpl() local
446 CB, InlineInfo, InlinedArrayAllocas, InlineHistoryID, in inlineCallsImpl()