Lines Matching defs:NextBB
266 BinaryBasicBlock *NextBB = nullptr;
269 NextBB = FirstInlinedBB->splitAt(std::next(CallInst));
271 NextBB = FirstInlinedBB->getSuccessor();
273 if (NextBB)
274 FirstInlinedBB->removeSuccessor(NextBB);
369 if (!CSIsTailCall && BB.succ_size() == 0 && NextBB) {
371 InlinedBB->addSuccessor(NextBB, InlinedBB->getExecutionCount());
389 if (NextBB)
390 return std::make_pair(NextBB, NextBB->begin());