Home
last modified time | relevance | path

Searched refs:first_run (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp53 bool first_run = true; in RunImpl() local
55 modified |= RunOnce(empty_blocks, new_empty_blocks, !first_run); in RunImpl()
56 first_run = false; in RunImpl()