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

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp429 static bool InlineHistoryIncludes(Function *F, int InlineHistoryID, argument
431 while (InlineHistoryID != -1) {
432 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
434 if (InlineHistory[InlineHistoryID].first == F)
436 InlineHistoryID = InlineHistory[InlineHistoryID].second;
540 int InlineHistoryID = CallSites[CSi].second; local
541 if (InlineHistoryID != -1 &&
542 InlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory))
562 InlineHistoryID, InsertLifetim
[all...]

Completed in 60 milliseconds