Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp439 std::vector<ByteArrayInfo> ByteArrayInfos; member in __anon709dc92f0111::LowerTypeTestsModule
599 ByteArrayInfos.emplace_back(); in createByteArray()
600 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
610 llvm::stable_sort(ByteArrayInfos, in allocateByteArrays()
615 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()
618 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
619 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
636 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()
637 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()