Searched refs:EndBB2 (Results 1 – 1 of 1) sorted by relevance
557 BasicBlock *EndBB2 = BasicBlock::Create(C, "if.end2", F); in wrapTestSetjmp() local565 IRB.CreateCondBr(Cmp2, ThenBB2, EndBB2); in wrapTestSetjmp()573 IRB.SetInsertPoint(EndBB2); in wrapTestSetjmp()583 LabelPHI->addIncoming(ThenLabel, EndBB2); in wrapTestSetjmp()