Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.h124 bool EnableHoistCommonCode; variable
H A DBranchFolding.cpp142 : EnableHoistCommonCode(CommonHoist), MinCommonTailLength(MinTailLength), in BranchFolder()
212 if (EnableHoistCommonCode) in OptimizeFunction()