Home
last modified time | relevance | path

Searched refs:CPUSchedModel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h87 const MCSchedModel *CPUSchedModel; variable
163 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; } in getSchedModel()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp214 CPUSchedModel = &getSchedModelForCPU(TuneCPU); in InitMCProcessorInfo()
216 CPUSchedModel = &MCSchedModel::GetDefaultSchedModel(); in InitMCProcessorInfo()