Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp68 static cl::opt<unsigned> MaxInstsToConsider( variable
681 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()