Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp446 std::vector<ByteArrayInfo> ByteArrayInfos; member in __anonedbf80d70111::LowerTypeTestsModule
611 ByteArrayInfos.emplace_back(); in createByteArray()
612 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
622 llvm::stable_sort(ByteArrayInfos, in allocateByteArrays()
627 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()
630 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
631 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
648 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
649 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()