Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp78 SmallCTRLoopThreshold("min-ctr-loop-threshold", cl::init(4), cl::Hidden, variable
494 if (ConstTripCount && ConstTripCount < SmallCTRLoopThreshold) { in convertToCTRLoop()