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

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h435 // LeafSize can't be larger than CacheLineBytes. This is required by the
440 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize enumerator in enum:llvm::IntervalMapImpl::NodeSizer::__anon25463
443 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase;
929 unsigned N = IntervalMapImpl::NodeSizer<KeyT, ValT>::LeafSize,
933 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf;

Completed in 861 milliseconds