Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h181 uint64_t BitAllocs[BitsPerByte]; member
184 memset(BitAllocs, 0, sizeof(BitAllocs)); in ByteArrayBuilder()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp223 if (BitAllocs[I] < BitAllocs[Bit]) in allocate()
226 AllocByteOffset = BitAllocs[Bit]; in allocate()
230 BitAllocs[Bit] = ReqSize; in allocate()
657 ByteArraySizeBits = BAB.BitAllocs[0] + BAB.BitAllocs[1] + BAB.BitAllocs[2] + in allocateByteArrays()
658 BAB.BitAllocs[3] + BAB.BitAllocs[4] + BAB.BitAllocs[5] + in allocateByteArrays()
659 BAB.BitAllocs[6] + BAB.BitAllocs[7]; in allocateByteArrays()