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

/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp113 /// InlinedArrayAllocas map keeps track of any allocas that are already
118 InlinedArrayAllocasTy &InlinedArrayAllocas,
165 // InlinedArrayAllocas but this isn't likely to be a significant win.
183 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy];
458 InlinedArrayAllocasTy InlinedArrayAllocas; local
507 if (!InlineCallIfPossible(CS, InlineInfo, InlinedArrayAllocas,
117 InlineCallIfPossible(CallSite CS, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, const DataLayout *TD) argument

Completed in 87 milliseconds