Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp441 std::vector<ByteArrayInfo> ByteArrayInfos; member in __anon008eecce0111::LowerTypeTestsModule
605 ByteArrayInfos.emplace_back(); in createByteArray()
606 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
616 llvm::stable_sort(ByteArrayInfos, in allocateByteArrays()
621 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()
624 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
625 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
642 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
643 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()