Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp141 bool CannotBeCopied : 1; member
155 IsUnpredicable(false), CannotBeCopied(false), in BBInfo()
652 if (TrueBBI.CannotBeCopied || in ValidSimple()
678 if (TrueBBI.CannotBeCopied) in ValidTriangle()
1102 BBI.CannotBeCopied = true; in ScanInstructions()
1531 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertSimple()
1617 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertTriangle()