LLVM 22.0.0git
|
A MachineFunction analysis for fetching the Eviction Advisor. More...
#include "llvm/CodeGen/RegAllocEvictionAdvisor.h"
Classes | |
struct | Result |
Public Member Functions | |
Result | run (MachineFunction &MF, MachineFunctionAnalysisManager &MAM) |
Public Member Functions inherited from llvm::PassInfoMixin< RegAllocEvictionAdvisorAnalysis > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< RegAllocEvictionAdvisorAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< RegAllocEvictionAdvisorAnalysis > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
A MachineFunction analysis for fetching the Eviction Advisor.
This sets up the Provider lazily and caches it.
Definition at line 237 of file RegAllocEvictionAdvisor.h.
RegAllocEvictionAdvisorAnalysis::Result RegAllocEvictionAdvisorAnalysis::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MAM ) |
Definition at line 140 of file RegAllocEvictionAdvisor.cpp.
References llvm::Function::getContext(), and llvm::MachineFunction::getFunction().