Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp106 static cl::opt<int> MaxDepthInBB( variable
1187 if (MaxDepthInBB != -1 && InstructionNb++ >= MaxDepthInBB) in hoistExpressions()