Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp252 struct ByteArrayInfo { struct
458 std::vector<ByteArrayInfo> ByteArrayInfos;
472 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
572 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
582 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
593 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
601 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
619 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
1112 ByteArrayInfo *BAI = nullptr; in lowerTypeTestCalls()