Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp54 inlineHistoryIncludes(Function * F,int InlineHistoryID,const SmallVectorImpl<std::pair<Function *,int>> & InlineHistory) inlineHistoryIncludes() argument
182 const int InlineHistoryID = P.second; run() local
[all...]
H A DInliner.cpp150 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in inlineHistoryIncludes() argument
335 if (InlineHistoryID != -1 && in run() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp248 const int InlineHistoryID = Elt.second; in push() local