Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1840 DenseMap<const FuncTy *, unsigned> FuncToIndex; in updateStackNodes() local
1842 FuncToIndex.insert({CallCtxInfo.Func, Idx}); in updateStackNodes()
1845 [&FuncToIndex](const CallContextInfo &A, const CallContextInfo &B) { in updateStackNodes()
1850 FuncToIndex[A.Func] < FuncToIndex[B.Func]))); in updateStackNodes()