Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp44 cl::opt<bool> NoDCE("disable-dce", variable
114 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()