Home
last modified time | relevance | path

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

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