Home
last modified time | relevance | path

Searched refs:InfiniteLoopDetectionThreshold (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp147 static cl::opt<unsigned> InfiniteLoopDetectionThreshold( variable
4150 if (Iteration > InfiniteLoopDetectionThreshold) { in combineInstructionsOverFunction()
4153 Twine(InfiniteLoopDetectionThreshold) + " iterations."); in combineInstructionsOverFunction()