Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp106 static cl::opt<int> MaxDepthInBB( variable
1099 if (MaxDepthInBB != -1 && InstructionNb++ >= MaxDepthInBB) in hoistExpressions()