Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp62 static cl::opt<unsigned int> MaxMemInstrCount( variable
157 if (MemInstr.size() > MaxMemInstrCount) { in populateDependencyMatrix()
159 << MaxMemInstrCount << " load/stores in a loop\n"); in populateDependencyMatrix()
1939 if (MaxMemInstrCount < 1) { in run()