Home
last modified time | relevance | path

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

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