Home
last modified time | relevance | path

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

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