ΒΆbool areOutlineCompatible(const llvm::Function& A,
                          const llvm::Function& B)

Description

Checks if there are any incompatible function attributes between\p A and \p B.

Declared at: llvm/include/llvm/IR/Attributes.h:1266

Parameters

const llvm::Function& A
- The first function to be compared with.
const llvm::Function& B
- The second function to be compared with.

Returns

true if the functions have compatible attributes.