Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp145 bool CannotBeCopied : 1; member
159 IsUnpredicable(false), CannotBeCopied(false), in BBInfo()
658 if (TrueBBI.CannotBeCopied || in ValidSimple()
684 if (TrueBBI.CannotBeCopied) in ValidTriangle()
1108 BBI.CannotBeCopied = true; in ScanInstructions()
1547 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertSimple()
1633 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertTriangle()