Home
last modified time | relevance | path

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

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