Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp265 struct ByteArrayInfo { struct
494 std::vector<ByteArrayInfo> ByteArrayInfos;
511 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
619 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
629 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
640 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
648 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
666 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
1184 ByteArrayInfo *BAI = nullptr; in lowerTypeTestCalls()