ΒΆvoid emitInlinedIntoBasedOnCost(
    llvm::OptimizationRemarkEmitter& ORE,
    llvm::DebugLoc DLoc,
    const llvm::BasicBlock* Block,
    const llvm::Function& Callee,
    const llvm::Function& Caller,
    const llvm::InlineCost& IC,
    bool ForProfileContext = false,
    const char* PassName = nullptr)

Description

Emit ORE message based in cost (default heuristic).

Declared at: llvm/include/llvm/Analysis/InlineAdvisor.h:310

Parameters

llvm::OptimizationRemarkEmitter& ORE
llvm::DebugLoc DLoc
const llvm::BasicBlock* Block
const llvm::Function& Callee
const llvm::Function& Caller
const llvm::InlineCost& IC
bool ForProfileContext = false
const char* PassName = nullptr