Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3512 bool IsUnpredictable = DomBI->getMetadata(LLVMContext::MD_unpredictable); in FoldTwoEntryPHINode() local
3513 if (!IsUnpredictable) { in FoldTwoEntryPHINode()
3556 if (SpeculateUnpredictables && IsUnpredictable) in FoldTwoEntryPHINode()
3628 if (IsUnpredictable) dbgs() << " (unpredictable)"; in FoldTwoEntryPHINode()