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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h90 Roots(std::move(O.Roots)), PathIDMap(std::move(O.PathIDMap)),
97 PathIDMap = std::move(O.PathIDMap);
110 swap(L.PathIDMap, R.PathIDMap);
134 DenseMap<PathID, TrieNode *> PathIDMap; member in class:llvm::xray::Profile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp132 auto It = PathIDMap.find(P);
133 if (It == PathIDMap.end())
188 PathIDMap.insert({Node->ID, Node});

Completed in 58 milliseconds