ΒΆint getCallsiteCost(llvm::CallBase& Call,
                    const llvm::DataLayout& DL)

Description

Return the cost associated with a callsite, including parameter passing and the call/return instruction.

Declared at: llvm/include/llvm/Analysis/InlineCost.h:202

Parameters

llvm::CallBase& Call
const llvm::DataLayout& DL