Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp101 static cl::opt<int> MaxDepthInBB( variable
1158 if (MaxDepthInBB != -1 && InstructionNb++ >= MaxDepthInBB) in hoistExpressions()