Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h142 bool IsUnpredictable; member
154 IsUnpredictable(isunpredictable) {} in CC()
167 IsUnpredictable(isunpredictable) {}
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3668 bool IsUnpredictable = DomBI->getMetadata(LLVMContext::MD_unpredictable); in foldTwoEntryPHINode() local
3669 if (!IsUnpredictable) { in foldTwoEntryPHINode()
3713 if (SpeculateUnpredictables && IsUnpredictable) in foldTwoEntryPHINode()
3784 if (IsUnpredictable) dbgs() << " (unpredictable)"; in foldTwoEntryPHINode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2791 bool IsUnpredictable = I.hasMetadata(LLVMContext::MD_unpredictable); in visitBr() local
2794 BOp->hasOneUse() && !IsUnpredictable) { in visitBr()
2845 IsUnpredictable); in visitBr()
2934 Flags.setUnpredictable(CB.IsUnpredictable); in visitSwitchCase()