Searched refs:RethrowLongjmpBB (Results 1 – 1 of 1) sorted by relevance
1082 BasicBlock *RethrowLongjmpBB = nullptr; in runEHOnFunction() local1125 if (!RethrowLongjmpBB) { in runEHOnFunction()1126 RethrowLongjmpBB = BasicBlock::Create(C, "rethrow.longjmp", &F); in runEHOnFunction()1127 IRB.SetInsertPoint(RethrowLongjmpBB); in runEHOnFunction()1146 IRB.CreateCondBr(Or, Tail, RethrowLongjmpBB); in runEHOnFunction()