Home
last modified time | relevance | path

Searched refs:PassContext (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.h40 class PassContext { class
42 PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, IRModule *aotModule,
179 PassContext *ctx_ {nullptr};
H A Dinduction_variable_analysis.h26 InductionVariableAnalysis(Circuit* circuit, PassContext* ctx, bool enableLog, in InductionVariableAnalysis()
H A Dpass_manager.cpp35 PassContext::PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, in PassContext() function in panda::ecmascript::kungfu::PassContext
90 ctx_ = new PassContext(triple_, log_, collector_, m->GetModule(), &profilerDecoder_); in Compile()
289 PassContext ctx(triple_, log_, &collector, m->GetModule(), &profilerDecoder_);
H A Dts_inline_lowering.h46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, in TSInlineLowering()
151 PassContext *ctx_ {nullptr};
H A Dts_hcr_opt_pass.h30 PassContext *ctx, in TSHCROptPass()
H A Dtyped_bytecode_lowering.h34 PassContext* ctx, in TypedBytecodeLowering()
251 PassContext *ctx_ {nullptr};
H A Dntype_bytecode_lowering.h25 NTypeBytecodeLowering(Circuit *circuit, PassContext *ctx, in NTypeBytecodeLowering()
H A Dntype_hcr_lowering.h26 NTypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, in NTypeHCRLowering()
H A Dpass.h68 class PassContext;
72 PassData(BytecodeCircuitBuilder *builder, Circuit *circuit, PassContext *ctx, CompilerLog *log, in PassData()
109 PassContext* GetPassContext() const in GetPassContext()
210 PassContext *ctx_ {nullptr};
H A Dnative_inline_lowering.h31 explicit NativeInlineLowering(Circuit *circuit, CompilationConfig* cmpCfg, PassContext *ctx, bool enableLog, in NativeInlineLowering()
H A Dtyped_native_inline_lowering.h30 PassContext *ctx, in TypedNativeInlineLowering()
H A Dslowpath_lowering.h115 PassContext *ctx, const MethodLiteral *methodLiteral, in SlowPathLowering()
H A Daot_compiler_preprocessor.cpp233 PassContext ctx(cOptions.triple_, &log, &collector, m->GetModule(), &profilerDecoder); in AnalyzeGraph()

Completed in 7 milliseconds