Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h91 Roots(std::move(O.Roots)), PathIDMap(std::move(O.PathIDMap)), in Profile()
98 PathIDMap = std::move(O.PathIDMap);
111 swap(L.PathIDMap, R.PathIDMap); in swap()
135 DenseMap<PathID, TrieNode *> PathIDMap; variable
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp131 auto It = PathIDMap.find(P); in expandPath()
132 if (It == PathIDMap.end()) in expandPath()
187 PathIDMap.insert({Node->ID, Node}); in internPath()