Searched refs:InfiniteLoopDetectionThreshold (Results 1 – 1 of 1) sorted by relevance
147 static cl::opt<unsigned> InfiniteLoopDetectionThreshold( variable3987 if (Iteration > InfiniteLoopDetectionThreshold) { in combineInstructionsOverFunction()3990 Twine(InfiniteLoopDetectionThreshold) + " iterations."); in combineInstructionsOverFunction()