Lines Matching refs:NextBBI
1115 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local
1119 std::swap(CvtBBI, NextBBI); in IfConvertSimple()
1141 Redefs.addLiveIns(*NextBBI->BB); in IfConvertSimple()
1146 DontKill.addLiveIns(*NextBBI->BB); in IfConvertSimple()
1167 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()
1168 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple()
1201 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local
1206 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()
1246 Redefs.addLiveIns(*NextBBI->BB); in IfConvertTriangle()
1255 CvtNext = MBPI->getEdgeProbability(CvtBBI->BB, NextBBI->BB); in IfConvertTriangle()
1257 BBNext = MBPI->getEdgeProbability(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1309 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); in IfConvertTriangle()
1315 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1316 !NextBBI->BB->hasAddressTaken()) { in IfConvertTriangle()
1317 MergeBlocks(BBI, *NextBBI); in IfConvertTriangle()
1320 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertTriangle()
1336 NextBBI->IsDone = true; in IfConvertTriangle()