Lines Matching refs:NumWidened
751 unsigned NumWidened = 0; in collectChecks() local
784 NumWidened++; in collectChecks()
798 return NumWidened; in collectChecks()
808 unsigned NumWidened = collectChecks(Checks, Guard->getOperand(0), Expander, in widenGuardConditions() local
810 if (NumWidened == 0) in widenGuardConditions()
813 TotalWidened += NumWidened; in widenGuardConditions()
822 LLVM_DEBUG(dbgs() << "Widened checks = " << NumWidened << "\n"); in widenGuardConditions()
834 unsigned NumWidened = collectChecks(Checks, BI->getCondition(), in widenWidenableBranchGuardConditions() local
836 if (NumWidened == 0) in widenWidenableBranchGuardConditions()
839 TotalWidened += NumWidened; in widenWidenableBranchGuardConditions()
850 LLVM_DEBUG(dbgs() << "Widened checks = " << NumWidened << "\n"); in widenWidenableBranchGuardConditions()