Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp458 std::vector<ByteArrayInfo> ByteArrayInfos; member in __anon47d01f1a0111::LowerTypeTestsModule
581 ByteArrayInfos.emplace_back(); in createByteArray()
582 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
592 llvm::stable_sort(ByteArrayInfos, in allocateByteArrays()
597 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()
600 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
601 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
618 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
619 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()