Searched refs:InlineHistory (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 142 int InlineHistory) { in mergeInlinedArrayAllocas() argument 157 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC. in mergeInlinedArrayAllocas() 245 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in inlineCallIfPossible() argument 265 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory); in inlineCallIfPossible() 274 const SmallVectorImpl<std::pair<Function *, int>> &InlineHistory) { in inlineHistoryIncludes() argument 276 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in inlineHistoryIncludes() 278 if (InlineHistory[InlineHistoryID].first == F) in inlineHistoryIncludes() 280 InlineHistoryID = InlineHistory[InlineHistoryID].second; in inlineHistoryIncludes() 324 SmallVector<std::pair<Function *, int>, 8> InlineHistory; in inlineCallsImpl() local 409 inlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) { in inlineCallsImpl() [all …]
|