Searched refs:TrueIsExit (Results 1 – 1 of 1) sorted by relevance
757 bool TrueIsExit = !L->contains(BI->getSuccessor(0)); in isHardwareLoopProfitable() local758 if (( TrueIsExit && FalseWeight < TrueWeight) || in isHardwareLoopProfitable()759 (!TrueIsExit && FalseWeight > TrueWeight)) in isHardwareLoopProfitable()