Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp825 const DenseSet<uint32_t> &AllocContextIds);
3632 const DenseSet<uint32_t> &AllocContextIds) { in identifyClones() argument
3678 identifyClones(Edge->Caller, Visited, AllocContextIds); in identifyClones()
3772 set_intersection(CallerEdge->getContextIds(), AllocContextIds); in identifyClones()