Searched defs:throwBlock (Results 1 – 3 of 3) sorted by relevance
61 for (auto throwBlock : throwBlocks) { in RemoveThrowEdges() local
152 void TryCatchResolving::ConnectThrowCatchImpl(BasicBlock *catchBlock, BasicBlock *throwBlock, uint3… in ConnectThrowCatchImpl()184 auto throwBlock = thr0w->GetBasicBlock(); in ConnectThrowCatch() local
801 RuntimeInterface::ClassPtr IrBuilder::FindExceptionClass(BasicBlock *throwBlock, int32_t *throwPc) in FindExceptionClass()844 bool IrBuilder::FindAppropriateCatchBlock(const TryCodeBlock &tryBlock, BasicBlock *throwBlock, uin… in FindAppropriateCatchBlock()874 void IrBuilder::ConnectThrowBlock(BasicBlock *throwBlock, const TryCodeBlock &tryBlock) in ConnectThrowBlock()