Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h449 LeafSize = DesiredLeafSize > MinLeafSize ? DesiredLeafSize : MinLeafSize enumerator
452 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>;
934 unsigned N = IntervalMapImpl::NodeSizer<KeyT, ValT>::LeafSize,
938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp311 IntervalMapImpl::NodeSizer<OffsetInBitsTy, BaseAddress>::LeafSize,