Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp106 static cl::opt<unsigned> MaxNumPaths( variable
632 if (Res.size() >= MaxNumPaths) { in paths()