Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h87 const MCSchedModel *CPUSchedModel; variable
163 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; } in getSchedModel()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp215 CPUSchedModel = &getSchedModelForCPU(TuneCPU); in InitMCProcessorInfo()
217 CPUSchedModel = &MCSchedModel::GetDefaultSchedModel(); in InitMCProcessorInfo()