Lines Matching defs:InlineHistoryID
150 Function *F, int InlineHistoryID,
152 while (InlineHistoryID != -1) {
153 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
155 if (InlineHistory[InlineHistoryID].first == F)
157 InlineHistoryID = InlineHistory[InlineHistoryID].second;
335 const int InlineHistoryID = P.second;
338 if (InlineHistoryID != -1 &&
339 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) {
405 InlineHistory.push_back({&Callee, InlineHistoryID});