ΒΆbool areInlineCompatible(
    const llvm::Function& Caller,
    const llvm::Function& Callee)

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

Parameters

const llvm::Function& Caller
const llvm::Function& Callee

Returns

Return true if the two functions have compatible target-independent attributes for inlining purposes.