LLVM 19.0.0git
Namespaces | Functions
IntervalMap.cpp File Reference
#include "llvm/ADT/IntervalMap.h"
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::IntervalMapImpl
 IntervalMapImpl - Namespace used for IntervalMap implementation details.
 

Functions

IdxPair llvm::IntervalMapImpl::distribute (unsigned Nodes, unsigned Elements, unsigned Capacity, const unsigned *CurSize, unsigned NewSize[], unsigned Position, bool Grow)
 IntervalMapImpl::distribute - Compute a new distribution of node elements after an overflow or underflow.