Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.h89 bool EnableHoistCommonCode; variable
DBranchFolding.cpp97 EnableHoistCommonCode = CommonHoist; in BranchFolder()
199 if (EnableHoistCommonCode) in OptimizeFunction()
/external/llvm/lib/CodeGen/
DBranchFolding.h100 bool EnableHoistCommonCode; variable
DBranchFolding.cpp114 : EnableHoistCommonCode(CommonHoist), MBBFreqInfo(FreqInfo), in BranchFolder()
240 if (EnableHoistCommonCode) in OptimizeFunction()