Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp236 struct ByteArrayInfo { struct
383 std::vector<ByteArrayInfo> ByteArrayInfos;
396 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
532 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
542 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
553 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
561 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
579 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
1065 ByteArrayInfo *BAI = nullptr; in lowerTypeTestCalls()