Searched refs:NextBBI (Results 1 – 1 of 1) sorted by relevance
1031 BBInfo *NextBBI = &FalseBBI; in IfConvertSimple() local1035 std::swap(CvtBBI, NextBBI); in IfConvertSimple()1057 Redefs.addLiveIns(NextBBI->BB); in IfConvertSimple()1062 DontKill.addLiveIns(NextBBI->BB); in IfConvertSimple()1083 if (!canFallThroughTo(BBI.BB, NextBBI->BB)) { in IfConvertSimple()1084 InsertUncondBranch(BBI.BB, NextBBI->BB, TII); in IfConvertSimple()1139 BBInfo *NextBBI = &FalseBBI; in IfConvertTriangle() local1144 std::swap(CvtBBI, NextBBI); in IfConvertTriangle()1184 Redefs.addLiveIns(NextBBI->BB); in IfConvertTriangle()1194 CvtNext = MBPI->getEdgeWeight(CvtBBI->BB, NextBBI->BB); in IfConvertTriangle()[all …]