Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp578 std::optional<CodeModel::Model> CM_IR = M->getCodeModel(); in compileModule() local
579 if (!CM && CM_IR) in compileModule()
580 Target->setCodeModel(*CM_IR); in compileModule()