Searched defs:getCanonicalTree (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableSet.h608 TreeTy *getCanonicalTree(TreeTy *TNew) { function in class:llvm::ImutAVLFactory
995 return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
1007 return ImmutableSet(Canonicalize ? F.getCanonicalTree(NewT) : NewT);
1172 Factory->getCanonicalTree(Root) : Root);

Completed in 71 milliseconds