Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2760 auto CallerEdgeContextsForAlloc = in identifyClones() local
2762 if (CallerEdgeContextsForAlloc.empty()) { in identifyClones()
2766 auto CallerAllocTypeForAlloc = computeAllocType(CallerEdgeContextsForAlloc); in identifyClones()
2774 CalleeEdge->getContextIds(), CallerEdgeContextsForAlloc)); in identifyClones()
2815 CallerEdgeContextsForAlloc); in identifyClones()
2818 moveEdgeToNewCalleeClone(CallerEdge, &EI, CallerEdgeContextsForAlloc); in identifyClones()