Searched refs:simplifyLoopIVs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h47 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp382 /// simplifyLoopIVs - Simplify users of induction variables within this
384 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, function in namespace:llvm
H A DLoopUnroll.cpp422 simplifyLoopIVs(L, SE, LPM, DeadInsts);
424 // Aggressively clean up dead instructions that simplifyLoopIVs already

Completed in 122 milliseconds