Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp495 DenseSet<uint32_t> RemainingContextIds);
1140 DenseSet<uint32_t> RemainingContextIds) { in connectNewNode() argument
1150 set_subtract(Edge->getContextIds(), RemainingContextIds, NewEdgeContextIds, in connectNewNode()
1152 RemainingContextIds.swap(NotFoundContextIds); in connectNewNode()