Searched refs:NumWidened (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 759 unsigned NumWidened = 0; in collectChecks() local 792 NumWidened++; in collectChecks() 806 return NumWidened; in collectChecks() 816 unsigned NumWidened = collectChecks(Checks, Guard->getOperand(0), Expander, in widenGuardConditions() local 818 if (NumWidened == 0) in widenGuardConditions() 821 TotalWidened += NumWidened; in widenGuardConditions() 834 LLVM_DEBUG(dbgs() << "Widened checks = " << NumWidened << "\n"); in widenGuardConditions() 852 unsigned NumWidened = collectChecks(Checks, BI->getCondition(), in widenWidenableBranchGuardConditions() local 854 if (NumWidened == 0) in widenWidenableBranchGuardConditions() 857 TotalWidened += NumWidened; in widenWidenableBranchGuardConditions() [all …]
|
| H A D | IndVarSimplify.cpp | 90 STATISTIC(NumWidened , "Number of indvars widened"); 648 NumWidened += Widened; in simplifyAndExtend()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyIndVar.h | 79 unsigned &NumElimExt, unsigned &NumWidened,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1007 unsigned NumWidened = 0; member in __anon2c2a41b60311::WidenIV 1081 unsigned getNumWidened() { return NumWidened; }; in getNumWidened() 1941 ++NumWidened; in createWideIV() 2082 unsigned &NumElimExt, unsigned &NumWidened, in createWideIV() argument 2087 NumWidened = Widener.getNumWidened(); in createWideIV()
|