Searched refs:MaxLoopRange (Results 1 – 2 of 2) sorted by relevance
28 static cl::opt<unsigned> MaxLoopRange( variable150 if ((unsigned)abs(diff) > MaxLoopRange) { in fixupLoopInstrs()
28 static cl::opt<unsigned> MaxLoopRange( variable152 if (Diff > MaxLoopRange) { in fixupLoopInstrs()