Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp589 CFGOptimizer *cfgOptimizer = f.GetCG()->CreateCFGOptimizer(*GetPhaseMemPool(), f, *loopInfo); in PhaseRun() local
590 DEBUG_ASSERT(cfgOptimizer != nullptr, "nullptr check"); in PhaseRun()
592 cfgOptimizer->SetPhase(kCfgoPostRegAlloc); in PhaseRun()
600 cfgOptimizer->Run(name); in PhaseRun()

Completed in 1 milliseconds