Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp751 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()
[all …]
H A DIndVarSimplify.cpp91 STATISTIC(NumWidened , "Number of indvars widened");
649 NumWidened += Widened; in simplifyAndExtend()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h79 unsigned &NumElimExt, unsigned &NumWidened,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1018 unsigned NumWidened = 0; member in __anon0030acaf0311::WidenIV
1092 unsigned getNumWidened() { return NumWidened; }; in getNumWidened()
1952 ++NumWidened; in createWideIV()
2093 unsigned &NumElimExt, unsigned &NumWidened, in createWideIV() argument
2098 NumWidened = Widener.getNumWidened(); in createWideIV()