Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp469 std::vector<ByteArrayInfo> ByteArrayInfos; member in __anonc00fd2a30111::LowerTypeTestsModule
603 ByteArrayInfos.emplace_back(); in createByteArray()
604 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
614 llvm::stable_sort(ByteArrayInfos, in allocateByteArrays()
619 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()
622 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
623 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
640 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
641 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()