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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp145 bool CannotBeCopied : 1; member in struct:__anon3479::IfConverter::BBInfo
159 IsUnpredicable(false), CannotBeCopied(false),
658 if (TrueBBI.CannotBeCopied ||
684 if (TrueBBI.CannotBeCopied)
1078 // BBI.CannotBeCopied to true if MI is convergent. To see why, consider the
1108 BBI.CannotBeCopied = true;
1547 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) {
1633 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) {

Completed in 55 milliseconds