Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp152 static cl::opt<unsigned> InfiniteLoopDetectionThreshold( variable
4618 if (Iteration > InfiniteLoopDetectionThreshold) { in combineInstructionsOverFunction()
4621 Twine(InfiniteLoopDetectionThreshold) + " iterations."); in combineInstructionsOverFunction()