Searched refs:InlineHistoryID (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp385 static bool InlineHistoryIncludes(Function *F, int InlineHistoryID, argument
387 while (InlineHistoryID != -1) {
388 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
390 if (InlineHistory[InlineHistoryID].first == F)
392 InlineHistoryID = InlineHistory[InlineHistoryID].second;
495 int InlineHistoryID = CallSites[CSi].second; local
496 if (InlineHistoryID != -1 &&
497 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory))
508 InlineHistoryID, InsertLifetim
[all...]

Completed in 101 milliseconds