Searched refs:MaxMemInstrCount (Results 1 – 1 of 1) sorted by relevance
62 static cl::opt<unsigned int> MaxMemInstrCount( variable157 if (MemInstr.size() > MaxMemInstrCount) { in populateDependencyMatrix()159 << MaxMemInstrCount << " load/stores in a loop\n"); in populateDependencyMatrix()1939 if (MaxMemInstrCount < 1) { in run()