Searched defs:InlineHistory (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ModuleInliner.cpp | 55 inlineHistoryIncludes(Function * F,int InlineHistoryID,const SmallVectorImpl<std::pair<Function *,int>> & InlineHistory) inlineHistoryIncludes() argument 172 SmallVector<std::pair<Function *, int>, 16> InlineHistory; run() local
|
H A D | Inliner.cpp | 151 inlineHistoryIncludes(Function * F,int InlineHistoryID,const SmallVectorImpl<std::pair<Function *,int>> & InlineHistory) inlineHistoryIncludes() argument 293 SmallVector<std::pair<Function *, int>, 16> InlineHistory; run() local [all...] |