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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp480 int NewHistoryID = InlineHistory.size(); local
498 std::make_pair(dyn_cast<CallBase>(Ptr), NewHistoryID));
863 int NewHistoryID = InlineHistory.size();
878 Calls.push_back({ICB, NewHistoryID});

Completed in 67 milliseconds