Searched refs:ElimExt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 867 unsigned ElimExt = 0; in CanWidenIV() local 872 createWideIV(WideIV, LI, SE, Rewriter, DT, DeadInsts, ElimExt, Widened, in CanWidenIV()
|
H A D | IndVarSimplify.cpp | 642 unsigned ElimExt; in simplifyAndExtend() local 645 DT, DeadInsts, ElimExt, Widened, in simplifyAndExtend() 647 NumElimExt += ElimExt; in simplifyAndExtend()
|