Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp383 std::vector<ByteArrayInfo> ByteArrayInfos; member in __anonb4fd30e80111::LowerTypeTestsModule
541 ByteArrayInfos.emplace_back(); in createByteArray()
542 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
552 std::stable_sort(ByteArrayInfos.begin(), ByteArrayInfos.end(), in allocateByteArrays()
557 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()
560 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
561 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
578 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
579 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()