Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp761 unsigned NumWidened = 0; collectChecks() local
818 unsigned NumWidened = collectChecks(Checks, Guard->getOperand(0), Expander, widenGuardConditions() local
854 unsigned NumWidened = collectChecks(Checks, BI->getCondition(), widenWidenableBranchGuardConditions() local
H A DIndVarSimplify.cpp88 STATISTIC(NumWidened , "Number of indvars widened");
648 NumWidened += Widened; in simplifyAndExtend()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h86 unsigned &NumElimExt, unsigned &NumWidened,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1066 unsigned NumWidened = 0; member in __anonb324fb7f0311::WidenIV
1140 unsigned getNumWidened() { return NumWidened; }; in getNumWidened()
2128 ++NumWidened; in createWideIV()
2267 unsigned &NumElimExt, unsigned &NumWidened, in createWideIV() argument
2272 NumWidened = Widener.getNumWidened(); in createWideIV()