Searched refs:findFrom (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h569 /// findFrom - Find the first interval after i that may contain x.
575 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const { function in class:llvm::IntervalMapImpl::LeafNode
584 /// findFrom except is it assumed that x is at least within range of the last
628 // Verify the findFrom invariant.
705 /// findFrom - Find the first subtree after i that may contain x.
711 unsigned findFrom(unsigned i, unsigned Size, KeyT x) const {
714 "Index to findFrom is past the needed point");
720 /// findFrom except is it assumed that x is in range.
1098 unsigned p = rootLeaf().findFrom(0, rootSize, a);
1434 setRoot(map->rootLeaf().findFrom(
[all...]

Completed in 428 milliseconds