LLVM 20.0.0git
|
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 | |
std::string | llvm::formatCallSiteLocation (DebugLoc DLoc, const CallSiteFormat &Format) |
Get call site location as a string with the given format. | |
std::unique_ptr< InlineAdvisor > | llvm::getReplayInlineAdvisor (Module &M, FunctionAnalysisManager &FAM, LLVMContext &Context, std::unique_ptr< InlineAdvisor > OriginalAdvisor, const ReplayInlinerSettings &ReplaySettings, bool EmitRemarks, InlineContext IC) |