Home
last modified time | relevance | path

Searched refs:IsSubtrie (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp25 const bool IsSubtrie = false; member
27 TrieNode(bool IsSubtrie) : IsSubtrie(IsSubtrie) {} in TrieNode()
52 static bool classof(const TrieNode *TN) { return !TN->IsSubtrie; } in classof()
78 static bool classof(const TrieNode *TN) { return TN->IsSubtrie; } in classof()
439 if (!S || !S->IsSubtrie) in getTriePrefixAsString()