Lines Matching defs:EndBB
347 BasicBlock *&EndBB);
704 BasicBlock *&EndBB) {
769 EndBB = EndBB1;
1511 BasicBlock *EndBB = nullptr;
1514 CallEmLongjmpBBThrewValuePHI, EndBB);
1515 assert(Label && LongjmpResult && EndBB);
1518 IRB.SetInsertPoint(EndBB);
1519 IRB.SetCurrentDebugLocation(EndBB->back().getDebugLoc());
1527 SetjmpRetPHIs[I]->addIncoming(LongjmpResult, EndBB);
1626 BasicBlock *EndBB = BasicBlock::Create(C, "if.end", &F);
1631 IRB.CreateCondBr(Cmp, ThenBB, EndBB);
1638 IRB.SetInsertPoint(EndBB);
1652 LabelPHI->addIncoming(Label, EndBB);