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.cpp611 const DenseSet<uint32_t> &AllocContextIds);
2661 const DenseSet<uint32_t> &AllocContextIds) { in identifyClones() argument
2695 identifyClones(Edge->Caller, Visited, AllocContextIds); in identifyClones()
2761 set_intersection(CallerEdge->getContextIds(), AllocContextIds); in identifyClones()