Searched refs:IntervalMapImpl (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 191 namespace IntervalMapImpl { 934 unsigned N = IntervalMapImpl::NodeSizer<KeyT, ValT>::LeafSize, 937 using Sizer = IntervalMapImpl::NodeSizer<KeyT, ValT>; 938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; 940 IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>; 941 using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>; 942 using IdxPair = IntervalMapImpl::IdxPair; 948 (sizeof(KeyT) + sizeof(IntervalMapImpl::NodeRef)), 953 IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>; 1036 void visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 17 namespace IntervalMapImpl { namespace
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 385 IntervalMapImpl::NodeSizer<OffsetInBitsTy, BaseAddress>::LeafSize,
|