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