Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_phases.def40 ADDTARGETPHASE("cfgo", !GetMIRModule()->IsCModule() && CGOptions::DoCFGO());
63 ADDTARGETPHASE("cfgo", GetMIRModule()->IsCModule() && CGOptions::DoCFGO());
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_phases.def22 ADDTARGETPHASE("cfgo", false);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_options.h39 extern maplecl::Option<bool> cfgo;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/
DBUILD.gn148 "src/cg/cfgo.cpp",
213 "src/cg/cfgo.cpp",
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp88 maplecl::Option<bool> cfgo({"--cfgo"}, variable
Dcg_option.cpp422 if (opts::cg::cfgo.IsEnabledByUser()) { in SolveOptions()
423 opts::cg::cfgo ? EnableCFGO() : DisableCFGO(); in SolveOptions()
Dcfgo.cpp1398 MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP(CgCfgo, cfgo) in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() argument