Searched refs:InlineHistoryID (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp284 Function *F, int InlineHistoryID,
286 while (InlineHistoryID != -1) {
287 assert(unsigned(InlineHistoryID) < InlineHistory.size() &&
289 if (InlineHistory[InlineHistoryID].first == F)
291 InlineHistoryID = InlineHistory[InlineHistoryID].second;
402 const int InlineHistoryID = P.second; local
419 if (InlineHistoryID != -1 &&
420 inlineHistoryIncludes(Callee, InlineHistoryID, InlineHistory)) {
457 CB, InlineInfo, InlinedArrayAllocas, InlineHistoryID,
283 inlineHistoryIncludes( Function *F, int InlineHistoryID, const SmallVectorImpl<std::pair<Function *, int>> &InlineHistory) argument
[all...]

Completed in 85 milliseconds