Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp109 bool IsUnpredicable : 1; member
122 HasFallThrough(false), IsUnpredicable(false), in BBInfo()
639 BBI.IsUnpredicable = true; in ScanInstructions()
674 BBI.IsUnpredicable = true; in ScanInstructions()
689 BBI.IsUnpredicable = true; in ScanInstructions()
700 BBI.IsUnpredicable = true; in ScanInstructions()
712 if (BBI.IsDone || BBI.IsUnpredicable) in FeasibilityAnalysis()
/external/llvm/lib/CodeGen/
DIfConversion.cpp118 bool IsUnpredicable : 1; member
131 HasFallThrough(false), IsUnpredicable(false), in BBInfo()
668 BBI.IsUnpredicable = true; in ScanInstructions()
733 BBI.IsUnpredicable = true; in ScanInstructions()
742 BBI.IsUnpredicable = true; in ScanInstructions()
753 BBI.IsUnpredicable = true; in ScanInstructions()
765 if (BBI.IsDone || BBI.IsUnpredicable) in FeasibilityAnalysis()