Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h120 bool EnableHoistCommonCode; variable
H A DBranchFolding.cpp141 : EnableHoistCommonCode(CommonHoist), MinCommonTailLength(MinTailLength), in BranchFolder()
209 if (EnableHoistCommonCode) in OptimizeFunction()