LLVM 23.0.0git
ReplayInlineAdvisor.h File Reference

Go to the source code of this file.

Classes

struct  llvm::CallSiteFormat
struct  llvm::ReplayInlinerSettings
 Replay Inliner Setup. More...
class  llvm::ReplayInlineAdvisor
 Replay inline advisor that uses optimization remarks from inlining of previous build to guide current inlining. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI std::string llvm::formatCallSiteLocation (DebugLoc DLoc, const CallSiteFormat &Format)
 Get call site location as a string with the given format.
LLVM_ABI std::unique_ptr< InlineAdvisorllvm::getReplayInlineAdvisor (Module &M, FunctionAnalysisManager &FAM, LLVMContext &Context, std::unique_ptr< InlineAdvisor > OriginalAdvisor, const ReplayInlinerSettings &ReplaySettings, bool EmitRemarks, InlineContext IC)