Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp389 bool TrueIsExit = !L->contains(BI->getSuccessor(0)); in isHardwareLoopProfitable() local
390 if (( TrueIsExit && FalseWeight < TrueWeight) || in isHardwareLoopProfitable()
391 (!TrueIsExit && FalseWeight > TrueWeight)) in isHardwareLoopProfitable()