Searched refs:NextBBI (Results 1 – 1 of 1) sorted by relevance
1075 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local1079 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() local1166 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()1206 Redefs.addLiveIns(NextBBI->BB); in IfConvertTriangle()1215 CvtNext = MBPI->getEdgeProbability(CvtBBI->BB, NextBBI->BB); in IfConvertTriangle()[all …]