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.h90 Roots(std::move(O.Roots)), PathIDMap(std::move(O.PathIDMap)), in Profile()
97 PathIDMap = std::move(O.PathIDMap);
110 swap(L.PathIDMap, R.PathIDMap); in swap()
134 DenseMap<PathID, TrieNode *> PathIDMap; variable
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp132 auto It = PathIDMap.find(P); in expandPath()
133 if (It == PathIDMap.end()) in expandPath()
188 PathIDMap.insert({Node->ID, Node}); in internPath()