Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.h57 bool RunOnce(ArenaSet<BasicBlock *> *empty_blocks, ArenaSet<BasicBlock *> *new_empty_blocks, bool simple_dce);
H A Dcleanup.cpp54 modified |= RunOnce(empty_blocks, new_empty_blocks, !first_run); in RunImpl()
97 bool Cleanup::RunOnce(ArenaSet<BasicBlock *> *empty_blocks, ArenaSet<BasicBlock *> *new_empty_blocks, bool simple_dce) in RunOnce() function in panda::compiler::Cleanup
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.h61 bool RunOnce(ArenaSet<BasicBlock *> *emptyBlocks, ArenaSet<BasicBlock *> *newEmptyBlocks, bool simpleDce);
H A Dcleanup.cpp61 modified |= RunOnce(emptyBlocks, newEmptyBlocks, !firstRun); in RunImpl()
121 bool Cleanup::RunOnce(ArenaSet<BasicBlock *> *emptyBlocks, ArenaSet<BasicBlock *> *newEmptyBlocks, bool simpleDce) in RunOnce() function in ark::compiler::Cleanup

Completed in 4 milliseconds