Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot() function in llvm::IntervalMapImpl::Path
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h865 /// replaceRoot - Replace the current root node with two new entries after the
870 void replaceRoot(void *Root, unsigned Size, IdxPair Offsets);
1806 P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset); in insertNode()
1850 P.replaceRoot(&IM.rootBranch(), IM.rootSize, Offset); in insert()