Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp417 using LivenessSet = llvm::IntervalMap<ByteCodeField, char, 16>; in allocateMemoryIndices() typedef
418 LivenessSet::Allocator allocator; in allocateMemoryIndices()
419 DenseMap<Value, LivenessSet> valueDefRanges; in allocateMemoryIndices()
455 std::vector<LivenessSet> allocatedIndices; in allocateMemoryIndices()
458 LivenessSet &defSet = defIt.second; in allocateMemoryIndices()
462 LivenessSet &existingIndex = existingIndexIt.value(); in allocateMemoryIndices()
463 llvm::IntervalMapOverlaps<LivenessSet, LivenessSet> overlaps( in allocateMemoryIndices()