Searched defs:tryBegin (Results 1 – 3 of 3) sorted by relevance
221 auto tryBegin = tryInst->GetBasicBlock(); in VisitTryInst() local238 void TryCatchResolving::DeleteTryCatchEdges(BasicBlock *tryBegin, BasicBlock *tryEnd) in DeleteTryCatchEdges()
641 auto tryBegin = tryBlock.beginBb; in ConnectTryCodeBlock() local
85 void BytecodeGen::AppendCatchBlock(uint32_t typeId, const compiler::BasicBlock *tryBegin, in AppendCatchBlock()