Searched refs:CurrNode (Results 1 – 2 of 2) sorted by relevance
92 SuffixTreeNode *CurrNode = Root; in setSuffixIndices() local96 ToVisit.push_back({CurrNode, CurrNodeLen}); in setSuffixIndices()98 std::tie(CurrNode, CurrNodeLen) = ToVisit.pop_back_val(); in setSuffixIndices()100 CurrNode->setConcatLen(CurrNodeLen); in setSuffixIndices()101 if (auto *InternalNode = dyn_cast<SuffixTreeInternalNode>(CurrNode)) in setSuffixIndices()109 if (auto *LeafNode = dyn_cast<SuffixTreeLeafNode>(CurrNode)) in setSuffixIndices()131 SuffixTreeNode *CurrNode = ToVisit.pop_back_val(); in setLeafNodes() local132 if (auto *CurrInternalNode = dyn_cast<SuffixTreeInternalNode>(CurrNode)) { in setLeafNodes()142 ToVisit.push_back(CurrNode); in setLeafNodes()160 CurrNode->setRightLeafIdx(FirstChild->getRightLeafIdx()); in setLeafNodes()[all …]
681 [](const MachineInstr &MI, const HashNode *CurrNode) -> const HashNode * { in getMatchedEntries() argument685 auto It = CurrNode->Successors.find(StableHash); in getMatchedEntries()686 return (It == CurrNode->Successors.end()) ? nullptr : It->second.get(); in getMatchedEntries()693 const HashNode *CurrNode = getStableHashAndFollow(*MI, RootNode); in getMatchedEntries() local694 if (!CurrNode) in getMatchedEntries()704 CurrNode = getStableHashAndFollow(*MJ, CurrNode); in getMatchedEntries()705 if (!CurrNode) in getMatchedEntries()709 if (auto Count = CurrNode->Terminals) in getMatchedEntries()