Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLLVMTargetMachine.cpp73 static cl::opt<bool> DisableCGP("disable-cgp", cl::Hidden, variable
347 if (OptLevel != CodeGenOpt::None && !DisableCGP) in addCommonCodeGenPasses()
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp75 static cl::opt<bool> DisableCGP("disable-cgp", cl::Hidden, variable
510 if (getOptLevel() != CodeGenOpt::None && !DisableCGP) in addCodeGenPrepare()