Searched defs:try_begin (Results 1 – 3 of 3) sorted by relevance
56 auto try_begin = try_inst->GetBasicBlock(); in VisitTry() local74 BasicBlock *TryCatchResolving::TryFindResolvedCatchHandler(BasicBlock *try_begin, BasicBlock *try_e… in TryFindResolvedCatchHandler()125 void TryCatchResolving::DeleteTryCatchEdges(BasicBlock *try_begin, BasicBlock *try_end) in DeleteTryCatchEdges()
509 auto try_begin = try_block.begin_bb; in ConnectTryCodeBlock() local
38 void BytecodeGen::AppendCatchBlock(uint32_t type_id, const compiler::BasicBlock *try_begin, in AppendCatchBlock()