Searched defs:catch_handler (Results 1 – 6 of 6) sorted by relevance
474 for (auto catch_handler : throwable_insts_.at(inst)) { in RemoveThrowableInst() local496 for (auto catch_handler : it->second) { in ReplaceThrowableInst() local
674 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst()
53 for (auto catch_handler : handlers) { in AddCatchPhiMoves() local
181 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
61 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()
271 for (auto catch_handler : handlers) { in GetInitInstLiveSet() local