HomeSort by relevance Sort by last modified time
    Searched refs:simplifyLoopIVs (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 47 /// SimplifyLoopIVs - Simplify users of induction variables within this
49 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 384 /// simplifyLoopIVs - Simplify users of induction variables within this
386 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
LoopUnroll.cpp 416 simplifyLoopIVs(L, SE, LPM, DeadInsts);
418 // Aggressively clean up dead instructions that simplifyLoopIVs already

Completed in 98 milliseconds