Home
last modified time | relevance | path

Searched refs:IndVarSimplify (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp130 class IndVarSimplify { class
173 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 …]
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1361 SRCS_MIN+= Transforms/Scalar/IndVarSimplify.cpp