Lines Matching refs:GetCompilerConfig
116 CompilationConfig* GetCompilerConfig() const in GetCompilerConfig() function
118 return ctx_->GetCompilerConfig(); in GetCompilerConfig()
392 data->GetCompilerConfig(), in Run()
415 data->GetCompilerConfig(), in Run()
432 data->GetCompilerConfig(), in Run()
477 data->GetCompilerConfig(), &chunk); in Run()
520 …NativeInlineLowering nativeInline(data->GetCircuit(), data->GetCompilerConfig(), data->GetPassCont… in Run()
534 … SlowPathLowering lowering(data->GetCircuit(), data->GetCompilerConfig(), data->GetPassContext(), in Run()
601 …ConstantFolding constantFolding(data->GetCircuit(), &visitor, data->GetCompilerConfig(), enableLog, in Run()
774 data->GetCompilerConfig(), enableLog, data->GetMethodName(), &chunk) in Run()
820 codegen.Run(data->GetCircuit(), data->GetConstScheduleResult(), data->GetCompilerConfig(), in Run()
836 … AsyncFunctionLowering lowering(data->GetBuilder(), data->GetCircuit(), data->GetCompilerConfig(), in Run()