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 63 /// SimplifyLoopIVs - Simplify users of induction variables within this
65 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 449 simplifyLoopIVs(L, SE, LPM, DeadInsts);
451 // Aggressively clean up dead instructions that simplifyLoopIVs already
SimplifyIndVar.cpp 460 /// simplifyLoopIVs - Simplify users of induction variables within this
462 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,

Completed in 651 milliseconds