Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h528 auto catch_indexes = try_inst->GetCatchEdgeIndexes(); in EnumerateCatchHandlers()
Dgraph_checker.cpp561 for ([[maybe_unused]] auto succ_index : *try_inst->GetCatchEdgeIndexes()) { in CheckTryBeginBlock()
Dinst.h2836 const ArenaVector<uint32_t> *GetCatchEdgeIndexes() const in GetCatchEdgeIndexes() function