Searched refs:allocatedIndices (Results 1 – 1 of 1) sorted by relevance
455 std::vector<LivenessSet> allocatedIndices; in allocateMemoryIndices() local461 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices()475 allocatedIndices.emplace_back(allocator); in allocateMemoryIndices()477 allocatedIndices.back().insert(it.start(), it.stop(), /*dummyValue*/ 0); in allocateMemoryIndices()478 memIndex = allocatedIndices.size(); in allocateMemoryIndices()483 ByteCodeField numMatcherIndices = allocatedIndices.size() + 1; in allocateMemoryIndices()