Searched refs:IndVarSimplify (Results 1 – 2 of 2) sorted by relevance
130 class IndVarSimplify { class173 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) { in isValidRewrite()287 bool IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN) { in handleFloatingPointIV()481 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs()707 bool IndVarSimplify::rewriteFirstIterationLoopExitValues(Loop *L) { in rewriteFirstIterationLoopExitValues()776 bool IndVarSimplify::canLoopBeDeleted( in canLoopBeDeleted()1918 bool IndVarSimplify::simplifyAndExtend(Loop *L, in simplifyAndExtend()2369 bool IndVarSimplify::2532 bool IndVarSimplify::sinkUnusedInvariants(Loop *L) { in sinkUnusedInvariants()2622 bool IndVarSimplify::run(Loop *L) { in run()[all …]
1361 SRCS_MIN+= Transforms/Scalar/IndVarSimplify.cpp