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

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp79 /// InlinedArrayAllocas map keeps track of any allocas that are already
84 InlinedArrayAllocasTy &InlinedArrayAllocas,
136 // InlinedArrayAllocas but this isn't likely to be a significant win.
154 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy];
401 InlinedArrayAllocasTy InlinedArrayAllocas; local
450 if (!InlineCallIfPossible(CS, InlineInfo, InlinedArrayAllocas,
83 InlineCallIfPossible(CallSite CS, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime) argument

Completed in 31 milliseconds