Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h29 bool HoistCommonInsts = false; member
59 HoistCommonInsts = B; in hoistCommonInsts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp328 Options.HoistCommonInsts = UserHoistCommonInsts; in applyCommandLineOverridesToOptions()
356 OS << (Options.HoistCommonInsts ? "" : "no-") << "hoist-common-insts;"; in printPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7163 hoistCommonCodeFromSuccessors(SI->getParent(), !Options.HoistCommonInsts)) in simplifySwitch()
7522 BI->getParent(), !Options.HoistCommonInsts)) in simplifyCondBranch()