Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
DgenerateBin.cpp27 std::map<std::string, size_t> *statp = options->OptLevel() != 0 ? &stat : nullptr; in GenerateProgram()
29 …panda::pandasm::AsmEmitter::PandaFileToPandaAsmMaps *mapsp = options->OptLevel() != 0 ? &maps : nu… in GenerateProgram()
32 if (options->OptLevel() != 0) { in GenerateProgram()
45 panda::bytecodeopt::g_options.SetOptLevel(options->OptLevel()); in GenerateProgram()
Doptions.h128 int OptLevel() const in OptLevel() function
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dmain.cpp111 if ((options.GetOptLevelArg() < static_cast<int>(panda::ts2abc::OptLevel::O_LEVEL0)) || in main()
112 (options.GetOptLevelArg() > static_cast<int>(panda::ts2abc::OptLevel::O_LEVEL2))) { in main()
Dts2abc.h48 enum class OptLevel { enum
Dts2abc.cpp1445 …if (g_optLevel != static_cast<int>(OptLevel::O_LEVEL0) || optLevel != static_cast<int>(OptLevel::O… in EmitProgram()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.h98 int OptLevel() const in OptLevel() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp350 LLVMPassManagerBuilderSetOptLevel(pmBuilder, options_.OptLevel); // using O3 optimization level in BuildAndRunPasses()
381 LLVMPassManagerBuilderSetOptLevel(pmBuilder, options_.OptLevel); // using O3 optimization level in BuildAndRunPassesFastMode()
487 options_.OptLevel = option.optLevel; in Initialize()