Searched refs:IsUnpredictable (Results 1 – 3 of 3) sorted by relevance
142 bool IsUnpredictable; member154 IsUnpredictable(isunpredictable) {} in CC()167 IsUnpredictable(isunpredictable) {}
3668 bool IsUnpredictable = DomBI->getMetadata(LLVMContext::MD_unpredictable); in foldTwoEntryPHINode() local3669 if (!IsUnpredictable) { in foldTwoEntryPHINode()3713 if (SpeculateUnpredictables && IsUnpredictable) in foldTwoEntryPHINode()3784 if (IsUnpredictable) dbgs() << " (unpredictable)"; in foldTwoEntryPHINode()
2791 bool IsUnpredictable = I.hasMetadata(LLVMContext::MD_unpredictable); in visitBr() local2794 BOp->hasOneUse() && !IsUnpredictable) { in visitBr()2845 IsUnpredictable); in visitBr()2934 Flags.setUnpredictable(CB.IsUnpredictable); in visitSwitchCase()