Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h41 const MCSchedModel *CPUSchedModel; variable
115 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; } in getSchedModel()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp30 CPUSchedModel = &getSchedModelForCPU(CPU); in InitMCProcessorInfo()
32 CPUSchedModel = &MCSchedModel::GetDefaultSchedModel(); in InitMCProcessorInfo()