Searched refs:BBNext (Results 1 – 3 of 3) sorted by relevance
184 MachineBasicBlock *BBNext = BB->getNextNode(); in moveBasicBlock() local222 if (BBNext && BB->isSuccessor(BBNext)) in moveBasicBlock()223 FixFallthrough(BB, BBNext); in moveBasicBlock()
118 BasicBlock::iterator BBCurr, BBEnd, BBNext; in moveBBContents() local120 BBCurr = BBNext) { in moveBBContents()121 BBNext = std::next(BBCurr); in moveBBContents()
1673 BranchProbability CvtNext, CvtFalse, BBNext, BBCvt; in IfConvertTriangle() local1679 BBNext = MBPI->getEdgeProbability(BBI.BB, &NextMBB); in IfConvertTriangle()1717 auto NewNext = BBNext + BBCvt * CvtNext; in IfConvertTriangle()