| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_codegen.h | 41 LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog) {} in LiteCGIRGeneratorImpl() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | loop_peeling.h | 30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling() argument
|
| H A D | number_speculative_runner.h | 27 NumberSpeculativeRunner(Circuit *circuit, bool enableLog, bool enableArrayBoundsCheckElimination, in NumberSpeculativeRunner() argument
|
| H A D | post_schedule.h | 29 PostSchedule(Circuit *circuit, bool enableLog, const std::string &name, Chunk *chunk, bool fastBarrier = false) in PostSchedule() argument
|
| H A D | precompile_checker.h | 25 PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker() argument
|
| H A D | state_split_linearizer.h | 30 StateSplitLinearizer(CompilationEnv* env, Circuit *circuit, RPOVisitor *visitor, CompilationConfig *cmpCfg, bool enableLog, const std::string& name, Chunk* chunk) StateSplitLinearizer() argument
|
| H A D | useless_gate_elimination.h | 26 UselessGateElimination(Circuit* circuit, bool enableLog, std::string name) in UselessGateElimination() argument
|
| H A D | async_function_lowering.h | 26 AsyncFunctionLowering(BytecodeCircuitBuilder *bcBuilder, Circuit *circuit, CompilationConfig *cmpCfg, bool enableLog, const std::string& name) AsyncFunctionLowering() argument
|
| H A D | constant_folding.h | 31 ConstantFolding(Circuit *circuit, RPOVisitor* visitor, CompilationConfig *cmpCfg, bool enableLog, in ConstantFolding() argument
|
| H A D | induction_variable_analysis.h | 26 InductionVariableAnalysis(Circuit* circuit, PassContext* ctx, bool enableLog, in InductionVariableAnalysis() argument
|
| H A D | lexical_env_specialization_pass.h | 28 LexicalEnvSpecializationPass(Circuit* circuit, RPOVisitor* visitor, Chunk* chunk, bool enableLog) in LexicalEnvSpecializationPass() argument
|
| H A D | ts_hcr_opt_pass.h | 27 TSHCROptPass(Circuit* circuit, RPOVisitor *visitor, Chunk* chunk, PassContext *ctx, bool enableLog, const std::string &name) TSHCROptPass() argument
|
| H A D | native_inline_lowering.h | 31 explicit NativeInlineLowering(Circuit *circuit, CompilationConfig* cmpCfg, PassContext *ctx, bool enableLog, in NativeInlineLowering() argument
|
| H A D | ntype_bytecode_lowering.h | 25 NTypeBytecodeLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, const CString& recordName) NTypeBytecodeLowering() argument
|
| H A D | slowpath_lowering.h | 114 SlowPathLowering(Circuit *circuit, CompilationConfig *cmpCfg, PassContext *ctx, const MethodLiteral *methodLiteral, bool enableLog, const std::string& name) SlowPathLowering() argument
|
| H A D | value_numbering.h | 27 ValueNumbering(Circuit *circuit, RPOVisitor *visitor, Chunk* chunk, bool useNewGVN, bool enableLog) in ValueNumbering() argument
|
| H A D | array_bounds_check_elimination.h | 29 ArrayBoundsCheckElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in ArrayBoundsCheckElimination() argument
|
| H A D | combined_pass_visitor.h | 64 CombinedPassVisitor(Circuit* circuit, bool enableLog, const std::string& name, Chunk* chunk) in CombinedPassVisitor() argument
|
| H A D | graph_editor.cpp | 29 void GraphEditor::EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& methodName) in EliminateRedundantPhi() argument
|
| H A D | string_builder_optimizer.h | 28 StringBuilderOptimizer(Circuit* circuit, bool enableLog, const std::string& name, CompilationConfig* cmpCfg, Chunk* chunk) StringBuilderOptimizer() argument
|
| H A D | ts_inline_lowering.h | 46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, in TSInlineLowering() argument
|
| H A D | typed_bytecode_lowering.h | 33 TypedBytecodeLowering(Circuit* circuit, PassContext* ctx, Chunk* chunk, bool enableLog, bool enableTypeLog, const std::string& name, bool enableLoweringBuiltin, const CString& recordName, const CallMethodFlagMap* callMethodFlagMap, PGOProfilerDecoder *decoder, const std::string optBCRange, const MethodLiteral *currentMethod) TypedBytecodeLowering() argument
|
| H A D | stub_compiler.cpp | 82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen() argument 89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| H A D | pgo_type_infer.h | 26 PGOTypeInfer(Circuit *circuit, BytecodeCircuitBuilder *builder, const std::string &name, Chunk *chunk, bool enableLog) PGOTypeInfer() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_codegen.h | 131 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog)
in LLVMIRGeneratorImpl() argument
|