Searched refs:CM_IR (Results 1 – 1 of 1) sorted by relevance
578 std::optional<CodeModel::Model> CM_IR = M->getCodeModel(); in compileModule() local579 if (!CM && CM_IR) in compileModule()580 Target->setCodeModel(*CM_IR); in compileModule()