Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp147 static cl::opt<unsigned> InfiniteLoopDetectionThreshold( variable
3987 if (Iteration > InfiniteLoopDetectionThreshold) { in combineInstructionsOverFunction()
3990 Twine(InfiniteLoopDetectionThreshold) + " iterations."); in combineInstructionsOverFunction()