Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp90 cl::opt<bool> EnableDFAJumpThreading("enable-dfa-jump-thread", variable
429 if (EnableDFAJumpThreading && SizeLevel == 0) in addFunctionSimplificationPasses()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp212 extern cl::opt<bool> EnableDFAJumpThreading;
570 if (EnableDFAJumpThreading && Level.getSizeLevel() == 0) in buildFunctionSimplificationPipeline()