Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp124 int InlineHistory, bool InsertLifetime) { in InlineCallIfPossible()
413 static bool InlineHistoryIncludes(Function *F, int InlineHistoryID, in InlineHistoryIncludes()
449 SmallVector<std::pair<Function*, int>, 8> InlineHistory; in runOnSCC() local