Searched refs:PathIDMap (Results 1 – 2 of 2) sorted by relevance
91 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
131 auto It = PathIDMap.find(P); in expandPath()132 if (It == PathIDMap.end()) in expandPath()187 PathIDMap.insert({Node->ID, Node}); in internPath()