Lines Matching refs:InlineHistory
206 int InlineHistory) { in mergeInlinedArrayAllocas() argument
221 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC. in mergeInlinedArrayAllocas()
309 InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, in inlineCallIfPossible() argument
329 mergeInlinedArrayAllocas(Caller, IFI, InlinedArrayAllocas, InlineHistory); in inlineCallIfPossible()
338 const SmallVectorImpl<std::pair<Function *, int>> &InlineHistory) { in inlineHistoryIncludes() argument
340 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in inlineHistoryIncludes()
342 if (InlineHistory[InlineHistoryID].first == F) in inlineHistoryIncludes()
344 InlineHistoryID = InlineHistory[InlineHistoryID].second; in inlineHistoryIncludes()
388 SmallVector<std::pair<Function *, int>, 8> InlineHistory; in inlineCallsImpl() local
473 inlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) { in inlineCallsImpl()
533 int NewHistoryID = InlineHistory.size(); in inlineCallsImpl()
534 InlineHistory.push_back(std::make_pair(Callee, InlineHistoryID)); in inlineCallsImpl()
827 SmallVector<std::pair<Function *, int>, 16> InlineHistory; in run() local
874 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) { in run()
935 int NewHistoryID = InlineHistory.size(); in run()
936 InlineHistory.push_back({&Callee, InlineHistoryID}); in run()