Searched refs:RethrowLongjmpBB (Results 1 – 1 of 1) sorted by relevance
1080 BasicBlock *RethrowLongjmpBB = nullptr; in runEHOnFunction() local1123 if (!RethrowLongjmpBB) { in runEHOnFunction()1124 RethrowLongjmpBB = BasicBlock::Create(C, "rethrow.longjmp", &F); in runEHOnFunction()1125 IRB.SetInsertPoint(RethrowLongjmpBB); in runEHOnFunction()1144 IRB.CreateCondBr(Or, Tail, RethrowLongjmpBB); in runEHOnFunction()