Lines Matching defs:InlineHistoryID
62 Function *F, int InlineHistoryID,
64 while (InlineHistoryID != -1) {
65 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
67 if (InlineHistory[InlineHistoryID].first == F)
69 InlineHistoryID = InlineHistory[InlineHistoryID].second;
203 const int InlineHistoryID = P.second;
216 if (InlineHistoryID != -1 &&
217 inlineHistoryIncludes(&Callee, InlineHistoryID, InlineHistory)) {
253 InlineHistory.push_back({&Callee, InlineHistoryID});