HomeSort by: relevance | last modified time | path
    Searched refs:IndVarSimplify (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMScalarOpts/
Makefile 28 IndVarSimplify.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
26 #include "llvm/Transforms/Scalar/IndVarSimplify.h"
112 cl::desc("Choose the strategy to replace exit value in IndVarSimplify"),
123 cl::desc("Use post increment control-dependent ranges in IndVarSimplify"),
142 class IndVarSimplify {
173 IndVarSimplify(LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT,
212 bool IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN) {
406 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) {
438 bool IndVarSimplify::rewriteFirstIterationLoopExitValues(Loop *L) {
595 bool IndVarSimplify::simplifyAndExtend(Loop *L
    [all...]

Completed in 19 milliseconds