Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp124 int InlineHistory, bool InsertLifetime) { in InlineCallIfPossible() argument
170 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC. in InlineCallIfPossible()
414 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) { in InlineHistoryIncludes()
416 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in InlineHistoryIncludes()
418 if (InlineHistory[InlineHistoryID].first == F) in InlineHistoryIncludes()
420 InlineHistoryID = InlineHistory[InlineHistoryID].second; in InlineHistoryIncludes()
449 SmallVector<std::pair<Function*, int>, 8> InlineHistory; in runOnSCC() local
527 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) in runOnSCC()
566 int NewHistoryID = InlineHistory.size(); in runOnSCC()
567 InlineHistory.push_back(std::make_pair(Callee, InlineHistoryID)); in runOnSCC()