Searched refs:forgetLoop (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp202 SE->forgetLoop(L);
339 // in the parent loop change, then we need call to forgetLoop() for the
342 SE->forgetLoop(L);
578 SE->forgetLoop(L);
H A DLoopUnroll.cpp101 SE->forgetLoop(L);
212 SE->forgetLoop(L);
H A DLCSSA.cpp168 SE->forgetLoop(L);
H A DLoopUnrollRuntime.cpp266 SE->forgetLoop(ParentLoop);
/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp182 SE.forgetLoop(L);
H A DLoopUnswitch.cpp108 void forgetLoop(const Loop* L);
180 BranchesInfo.forgetLoop(currentLoop);
278 void LUAnalysisCache::forgetLoop(const Loop* L) { function in class:LUAnalysisCache
786 SE->forgetLoop(L);
H A DLoopRotation.cpp307 SE->forgetLoop(L);
H A DIndVarSimplify.cpp459 SE->forgetLoop(L);
1792 SE->forgetLoop(L);
H A DLoopIdiomRecognize.cpp611 SE->forgetLoop(CurLoop);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h778 /// forgetLoop - This method should be called by the client when it has
781 void forgetLoop(const Loop *L);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp4072 // information. This is similar to the code in forgetLoop, except that
4114 /// forgetLoop - This method should be called by the client when it has
4117 void ScalarEvolution::forgetLoop(const Loop *L) {
4150 forgetLoop(*I);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2122 SE->forgetLoop(OrigLoop);

Completed in 177 milliseconds