Searched refs:HWLoopLimit (Results 1 – 1 of 1) sorted by relevance
51 static cl::opt<int> HWLoopLimit("hexagon-max-hwloop", cl::Hidden, cl::init(-1)); variable1129 int Limit = HWLoopLimit; in convertToHardwareLoop()1131 if (Counter >= HWLoopLimit) in convertToHardwareLoop()