Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp78 int InlineHistory) { in InlineCallIfPossible() argument
130 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC. in InlineCallIfPossible()
318 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) { in InlineHistoryIncludes()
320 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in InlineHistoryIncludes()
322 if (InlineHistory[InlineHistoryID].first == F) in InlineHistoryIncludes()
324 InlineHistoryID = InlineHistory[InlineHistoryID].second; in InlineHistoryIncludes()
351 SmallVector<std::pair<Function*, int>, 8> InlineHistory; in runOnSCC() local
431 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) in runOnSCC()
451 int NewHistoryID = InlineHistory.size(); in runOnSCC()
452 InlineHistory.push_back(std::make_pair(Callee, InlineHistoryID)); in runOnSCC()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp80 int InlineHistory, bool InsertLifetime) { in InlineCallIfPossible() argument
134 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC. in InlineCallIfPossible()
359 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) { in InlineHistoryIncludes()
361 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in InlineHistoryIncludes()
363 if (InlineHistory[InlineHistoryID].first == F) in InlineHistoryIncludes()
365 InlineHistoryID = InlineHistory[InlineHistoryID].second; in InlineHistoryIncludes()
399 SmallVector<std::pair<Function*, int>, 8> InlineHistory; in inlineCalls() local
479 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) in inlineCalls()
518 int NewHistoryID = InlineHistory.size(); in inlineCalls()
519 InlineHistory.push_back(std::make_pair(Callee, InlineHistoryID)); in inlineCalls()