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