Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h26 class LocationState; variable
117 LocationState(LocationState::State state, uint32_t id) : state_(state), id_(id) {} in LocationState() function