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

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

Completed in 1557 milliseconds