#include "src/compiler/turboshaft/pipelines.h"
#include "src/compiler/pipeline-data-inl.h"
#include "src/compiler/turboshaft/csa-optimize-phase.h"
#include "src/compiler/turboshaft/debug-feature-lowering-phase.h"
#include "src/compiler/turboshaft/recreate-schedule-phase.h"
namespace v8::internal::compiler::turboshaft {
void Pipeline::RecreateTurbofanGraph(compiler::TFPipelineData* turbofan_data,
Linkage* linkage) { … }
MaybeHandle<Code> Pipeline::GenerateCode(
Linkage* linkage, std::shared_ptr<OsrHelper> osr_helper,
JumpOptimizationInfo* jump_optimization_info,
const ProfileDataFromFile* profile, int initial_graph_hash) { … }
void BuiltinPipeline::OptimizeBuiltin() { … }
}