Lines Matching defs:InlineHistoryID
147 Function *F, int InlineHistoryID,
149 while (InlineHistoryID != -1) {
150 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
152 if (InlineHistory[InlineHistoryID].first == F)
154 InlineHistoryID = InlineHistory[InlineHistoryID].second;
332 const int InlineHistoryID = P.second;
335 if (InlineHistoryID != -1 &&
336 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) {
402 InlineHistory.push_back({&Callee, InlineHistoryID});