Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp251 struct ByteArrayInfo { struct
446 std::vector<ByteArrayInfo> ByteArrayInfos;
460 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
602 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
612 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
623 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
631 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
649 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
1142 ByteArrayInfo *BAI = nullptr; in lowerTypeTestCalls()