ΒΆbool areInlineCompatible(
const llvm::Function& Caller,
const llvm::Function& Callee)
bool areInlineCompatible(
const llvm::Function& Caller,
const llvm::Function& Callee)
Declared at: llvm/include/llvm/IR/Attributes.h:878
Parameters
- const llvm::Function& Caller
- const llvm::Function& Callee
Returns
Return true if the two functions have compatible target-independent attributes for inlining purposes.