Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp143 bool CannotBeCopied : 1; member
157 IsUnpredicable(false), CannotBeCopied(false), in BBInfo()
656 if (TrueBBI.CannotBeCopied || in ValidSimple()
682 if (TrueBBI.CannotBeCopied) in ValidTriangle()
1106 BBI.CannotBeCopied = true; in ScanInstructions()
1545 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertSimple()
1631 (CvtBBI->CannotBeCopied && CvtMBB.pred_size() > 1)) { in IfConvertTriangle()