Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dcleanup_empty_blocks.cpp60 auto emptyBlocks = ArenaVector<BasicBlock *>(alloc->Adapter()); in CleanupEmptyBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcleanup.cpp49 auto emptyBlocks = &empty1_; in RunImpl() local
122 bool Cleanup::RunOnce(ArenaSet<BasicBlock *> *emptyBlocks, ArenaSet<BasicBlock *> *newEmptyBlocks, … in RunOnce()