Home
last modified time | relevance | path

Searched refs:EnableHoistCommonCode (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.h124 bool EnableHoistCommonCode; variable
DBranchFolding.cpp142 : EnableHoistCommonCode(CommonHoist), MinCommonTailLength(MinTailLength), in BranchFolder()
212 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()