Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h32 bool SpeculateBlocks = true; member
76 SpeculateBlocks = B; in speculateBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp358 OS << (Options.SpeculateBlocks ? "" : "no-") << "speculate-blocks;"; in printPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3002 if (!Options.SpeculateBlocks) in SpeculativelyExecuteBB()
7350 if (Options.SpeculateBlocks && in simplifyUncondBranch()
7510 if (Options.SpeculateBlocks && in simplifyCondBranch()
7816 if (Options.SpeculateBlocks && in simplifyOnce()