Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h116 static bool shouldMergeEntries(const StorageEntry &first,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp456 bool SwiftAggLowering::shouldMergeEntries(const StorageEntry &first, in shouldMergeEntries() function in SwiftAggLowering
485 if (shouldMergeEntries(Entries[i - 1], Entries[i], chunkSize)) { in finish()