Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp102 cl::opt<bool> EnableDFAJumpThreading("enable-dfa-jump-thread", variable
507 if (EnableDFAJumpThreading && SizeLevel == 0) in addFunctionSimplificationPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp306 extern cl::opt<bool> EnableDFAJumpThreading;
834 if (EnableDFAJumpThreading && Level.getSizeLevel() == 0) in buildFunctionSimplificationPipeline()