Searched refs:ByteArrayInfos (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DLowerBitSets.cpp209 std::vector<ByteArrayInfo> ByteArrayInfos; member in struct:__anon10969::LowerBitSets
313 ByteArrayInfos.emplace_back();
314 ByteArrayInfo *BAI = &ByteArrayInfos.back();
324 std::stable_sort(ByteArrayInfos.begin(), ByteArrayInfos.end(),
329 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size());
332 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) {
333 ByteArrayInfo *BAI = &ByteArrayInfos[I];
347 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) {
348 ByteArrayInfo *BAI = &ByteArrayInfos[
[all...]

Completed in 19 milliseconds