Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp473 int NewHistoryID = InlineHistory.size(); in inlineCallsImpl() local
491 std::make_pair(dyn_cast<CallBase>(Ptr), NewHistoryID)); in inlineCallsImpl()
1005 int NewHistoryID = InlineHistory.size(); in run() local
1022 Calls->push({ICB, NewHistoryID}); in run()