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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 56 /// SimplifyLoopIVs - Simplify users of induction variables within this
58 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 212 simplifyLoopIVs(L, SE, DT, LI, TTI, DeadInsts);
214 // Aggressively clean up dead instructions that simplifyLoopIVs already
SimplifyIndVar.cpp 973 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, DominatorTree *DT,

Completed in 17 milliseconds