Searched refs:BBI2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1796 BBInfo *BBI2 = &FalseBBI; local
1813 std::swap(BBI1, BBI2);
1821 MachineBasicBlock &MBB2 = *BBI2->BB;
1840 BBI2->NonPredSize -= NumDups1;
1912 DI2 = BBI2->BB->end();
1916 BBI2->NonPredSize -= TII->removeBranch(*BBI2->BB);
1983 // a non-predicated in BBI2, then we don't want to predicate the one from
1984 // BBI2. The reason is that if we merged these blocks, we would end up with
1994 if (BB2NonPredicated && (BB1Predicated || !BBI2
[all...]

Completed in 79 milliseconds