Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h43 class BasicBlockState; variable
Descape.cpp207 class BasicBlockState { class
209 …explicit BasicBlockState(ArenaAllocator *alloc) : states_(alloc->Adapter()), stateValues_(alloc->A… in BasicBlockState() function in ark::compiler::BasicBlockState