Searched refs:LeafSize (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 449 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 D | AssignmentTrackingAnalysis.cpp | 311 IntervalMapImpl::NodeSizer<OffsetInBitsTy, BaseAddress>::LeafSize,
|