Lines Matching refs:NextBBI
1075 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1079 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1101 Redefs.addLiveIns(NextBBI->BB); in IfConvertSimple()
1106 DontKill.addLiveIns(NextBBI->BB); in IfConvertSimple()
1127 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1128 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple()
1161 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1166 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1206 Redefs.addLiveIns(NextBBI->BB); in IfConvertTriangle()
1215 CvtNext = MBPI->getEdgeProbability(CvtBBI->BB, NextBBI->BB); in IfConvertTriangle()
1217 BBNext = MBPI->getEdgeProbability(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1269 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1275 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1276 !NextBBI->BB->hasAddressTaken()) { in IfConvertTriangle()
1277 MergeBlocks(BBI, *NextBBI); in IfConvertTriangle()
1280 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertTriangle()
1296 NextBBI->IsDone = true; in IfConvertTriangle()