Home
last modified time | relevance | path

Searched defs:ControlFlowOptimizationPhase (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dpipeline.cc1015 struct ControlFlowOptimizationPhase { struct
1016 static const char* phase_name() { return "control flow optimization"; } in phase_name()
1018 void Run(PipelineData* data, Zone* temp_zone) { in Run()