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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
26 #include "llvm/Transforms/Scalar/IndVarSimplify.h"
110 cl::desc("Choose the strategy to replace exit value in IndVarSimplify"),
121 cl::desc("Use post increment control-dependent ranges in IndVarSimplify"),
136 class IndVarSimplify { class in namespace:__anon123
170 IndVarSimplify(LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, function in class:__anon123::IndVarSimplify
184 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) {
308 bool IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN) {
502 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) {
552 bool IndVarSimplify
[all...]
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1460 SRCS_MIN+= Transforms/Scalar/IndVarSimplify.cpp

Completed in 147 milliseconds