Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp349 unsigned ConstTripCount = SE.getSmallConstantTripCount(L); in isHardwareLoopProfitable() local
350 if (ConstTripCount && ConstTripCount < SmallCTRLoopThreshold) { in isHardwareLoopProfitable()