Searched refs:inlineHistory (Results 1 – 1 of 1) sorted by relevance
382 inlineHistory) { in inlineHistoryIncludes() argument384 assert(inlineHistoryID.value() < inlineHistory.size() && in inlineHistoryIncludes()386 if (inlineHistory[inlineHistoryID.value()].first == node) in inlineHistoryIncludes()388 inlineHistoryID = inlineHistory[inlineHistoryID.value()].second; in inlineHistoryIncludes()487 SmallVector<std::pair<CallGraphNode *, InlineHistoryT>, 8> inlineHistory; in inlineCallsInSCC() local507 inlineHistoryIncludes(it.targetNode, inlineHistoryID, inlineHistory); in inlineCallsInSCC()537 InlineHistoryT newInlineHistoryID{inlineHistory.size()}; in inlineCallsInSCC()538 inlineHistory.push_back(std::make_pair(it.targetNode, inlineHistoryID)); in inlineCallsInSCC()