Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaTree.cpp452 DeltaTreeNode *MyRoot = getRoot(Root); in AddDelta() local
455 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) { in AddDelta()
458 MyRoot = Root; in AddDelta()
463 VerifyTree(MyRoot); in AddDelta()