Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLLVMTargetMachine.cpp50 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden, variable
472 if (OptLevel != CodeGenOpt::None && !DisableBranchFold) { in addCommonCodeGenPasses()
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp43 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden, variable
156 return applyDisable(TargetID, DisableBranchFold); in overridePass()