Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.h118 bool EnableHoistCommonCode; variable
H A DBranchFolding.cpp145 : EnableHoistCommonCode(CommonHoist), MinCommonTailLength(MinTailLength), in BranchFolder()
213 if (EnableHoistCommonCode) in OptimizeFunction()