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

/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h49 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp384 /// simplifyLoopIVs - Simplify users of induction variables within this
386 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, function in namespace:llvm
H A DLoopUnroll.cpp416 simplifyLoopIVs(L, SE, LPM, DeadInsts);
418 // Aggressively clean up dead instructions that simplifyLoopIVs already

Completed in 67 milliseconds