Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h528 auto catch_indexes = try_inst->GetCatchEdgeIndexes(); in EnumerateCatchHandlers() local
529 ASSERT(type_ids != nullptr && catch_indexes != nullptr); in EnumerateCatchHandlers()
531 auto succ = GetSuccessor(catch_indexes->at(idx)); in EnumerateCatchHandlers()