Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp461 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices() local
462 LivenessSet &existingIndex = existingIndexIt.value(); in allocateMemoryIndices()
470 memIndex = existingIndexIt.index() + 1; in allocateMemoryIndices()