Searched defs:InlineHistoryID (Results 1 – 3 of 3) sorted by relevance
54 inlineHistoryIncludes(Function * F,int InlineHistoryID,const SmallVectorImpl<std::pair<Function *,int>> & InlineHistory) inlineHistoryIncludes() argument 182 const int InlineHistoryID = P.second; run() local [all...]
150 assert(unsigned(InlineHistoryID) < InlineHistory.size() && in inlineHistoryIncludes() argument 335 if (InlineHistoryID != -1 && in run() local [all...]
248 const int InlineHistoryID = Elt.second; in push() local