Searched refs:IsUnpredicable (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp125 /// IsUnpredicable - True if BB is known to be unpredicable.
143 bool IsUnpredicable : 1; member in struct:__anon4555::IfConverter::BBInfo
158 IsUnpredicable(false), CannotBeCopied(false),
825 TrueBBI.IsUnpredicable = FalseBBI.IsUnpredicable = false;
827 if (TrueBBI.IsUnpredicable)
830 if (FalseBBI.IsUnpredicable)
1050 BBI.IsUnpredicable = true;
1064 if (BBI.IsDone || BBI.IsUnpredicable)
1114 BBI.IsUnpredicable
[all...]

Completed in 102 milliseconds