Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp45 SmallCTRLoopThreshold("min-ctr-loop-threshold", cl::init(4), cl::Hidden, variable
352 if (ConstTripCount && ConstTripCount < SmallCTRLoopThreshold) { in isHardwareLoopProfitable()