Lines Matching defs:EndBB
347 BasicBlock *&EndBB);
705 BasicBlock *&EndBB) {
770 EndBB = EndBB1;
1514 BasicBlock *EndBB = nullptr;
1517 CallEmLongjmpBBThrewValuePHI, EndBB);
1518 assert(Label && LongjmpResult && EndBB);
1521 IRB.SetInsertPoint(EndBB);
1522 IRB.SetCurrentDebugLocation(EndBB->back().getDebugLoc());
1530 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB);
1629 BasicBlock *EndBB = BasicBlock::Create(C, "if.end", &F);
1634 IRB.CreateCondBr(Cmp, ThenBB, EndBB);
1641 IRB.SetInsertPoint(EndBB);
1655 LabelPHI->addIncoming(Label, EndBB);