#ifndef V8_MAGLEV_MAGLEV_PRE_REGALLOC_CODEGEN_PROCESSORS_H_
#define V8_MAGLEV_MAGLEV_PRE_REGALLOC_CODEGEN_PROCESSORS_H_
#include "src/codegen/register-configuration.h"
#include "src/maglev/maglev-compilation-info.h"
#include "src/maglev/maglev-graph-processor.h"
#include "src/maglev/maglev-graph.h"
#include "src/maglev/maglev-ir.h"
namespace v8::internal::maglev {
class ValueLocationConstraintProcessor { … };
class DecompressedUseMarkingProcessor { … };
class MaxCallDepthProcessor { … };
class LiveRangeAndNextUseProcessor { … };
}
#endif