Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp128 int InlineHistory, bool InsertLifetime, in InlineCallIfPossible() argument
175 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC. in InlineCallIfPossible()
430 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) { in InlineHistoryIncludes()
432 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in InlineHistoryIncludes()
434 if (InlineHistory[InlineHistoryID].first == F) in InlineHistoryIncludes()
436 InlineHistoryID = InlineHistory[InlineHistoryID].second; in InlineHistoryIncludes()
464 SmallVector<std::pair<Function*, int>, 8> InlineHistory; in runOnSCC() local
542 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) in runOnSCC()
581 int NewHistoryID = InlineHistory.size(); in runOnSCC()
582 InlineHistory.push_back(std::make_pair(Callee, InlineHistoryID)); in runOnSCC()