Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp47 SmallCTRLoopThreshold("min-ctr-loop-threshold", cl::init(4), cl::Hidden, variable
350 if (ConstTripCount && ConstTripCount < SmallCTRLoopThreshold) { in isHardwareLoopProfitable()