Searched refs:IsUnpredictable (Results 1 – 1 of 1) sorted by relevance
3512 bool IsUnpredictable = DomBI->getMetadata(LLVMContext::MD_unpredictable); in FoldTwoEntryPHINode() local3513 if (!IsUnpredictable) { in FoldTwoEntryPHINode()3556 if (SpeculateUnpredictables && IsUnpredictable) in FoldTwoEntryPHINode()3628 if (IsUnpredictable) dbgs() << " (unpredictable)"; in FoldTwoEntryPHINode()