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.cpp252 struct ByteArrayInfo { struct
469 std::vector<ByteArrayInfo> ByteArrayInfos;
486 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
594 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
604 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
615 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
623 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
641 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
1131 ByteArrayInfo *BAI = nullptr; in lowerTypeTestCalls()