Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h33 bool SpeculateUnpredictables = false; member
80 SpeculateUnpredictables = B; in speculateUnpredictables()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp332 Options.SpeculateUnpredictables = UserSpeculateUnpredictables; in applyCommandLineOverridesToOptions()
360 OS << (Options.SpeculateUnpredictables ? "" : "no-") in printPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3480 bool SpeculateUnpredictables) { in FoldTwoEntryPHINode() argument
3556 if (SpeculateUnpredictables && IsUnpredictable) in FoldTwoEntryPHINode()
7823 Options.SpeculateUnpredictables)) in simplifyOnce()