Home
last modified time | relevance | path

Searched refs:INVALID_DEPTH (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h160 depth_ = INVALID_DEPTH; in Clear()
191 static constexpr int32_t INVALID_DEPTH = -1; variable
193 int32_t depth_ {INVALID_DEPTH};
202 int32_t loopNumber_ {INVALID_DEPTH};
Dgraph_linearizer.cpp290 ASSERT(succ->iDominator_->depth_ != GateRegion::INVALID_DEPTH); in BuildImmediateDominatorDepth()