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.cpp147 bool CannotBeCopied : 1; member
161 IsUnpredicable(false), CannotBeCopied(false), in BBInfo()
672 if (TrueBBI.CannotBeCopied || in ValidSimple()
698 if (TrueBBI.CannotBeCopied) in ValidTriangle()
1122 BBI.CannotBeCopied = true; in ScanInstructions()
1551 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertSimple()
1637 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertTriangle()