Searched refs:RunOnce (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | cleanup.h | 57 bool RunOnce(ArenaSet<BasicBlock *> *empty_blocks, ArenaSet<BasicBlock *> *new_empty_blocks, bool simple_dce);
|
H A D | cleanup.cpp | 54 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 D | cleanup.h | 61 bool RunOnce(ArenaSet<BasicBlock *> *emptyBlocks, ArenaSet<BasicBlock *> *newEmptyBlocks, bool simpleDce);
|
H A D | cleanup.cpp | 61 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