Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp230 std::vector<ByteArrayInfo> ByteArrayInfos; member
353 ByteArrayInfos.emplace_back(); in createByteArray()
354 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
364 std::stable_sort(ByteArrayInfos.begin(), ByteArrayInfos.end(), in allocateByteArrays()
369 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()
372 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
373 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
387 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
388 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()