Searched refs:NextBBI (Results 1 – 1 of 1) sorted by relevance
1536 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local1540 std::swap(CvtBBI, NextBBI); in IfConvertSimple()1543 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertSimple()1621 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local1626 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()1629 MachineBasicBlock &NextMBB = *NextBBI->BB; in IfConvertTriangle()1735 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()1737 MergeBlocks(BBI, *NextBBI); in IfConvertTriangle()1754 NextBBI->IsDone = true; in IfConvertTriangle()