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