Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1056 DenseSet<uint32_t> RemainingContextIds = NewNode->ContextIds; in connectNewNode() local
1066 set_subtract(Edge->getContextIds(), RemainingContextIds, NewEdgeContextIds, in connectNewNode()
1068 RemainingContextIds.swap(NotFoundContextIds); in connectNewNode()