Home
last modified time | relevance | path

Searched refs:forgetValue (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp391 SE->forgetValue(BO); in strengthenOverflowingOperation()
403 SE->forgetValue(BO); in strengthenOverflowingOperation()
DLoopSimplify.cpp606 if (SE) SE->forgetValue(PN); in simplifyOneLoop()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp253 SE->forgetValue(&*I); in doOneIteration()
DIndVarSimplify.cpp593 SE->forgetValue(PN); in rewriteLoopExitValues()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1048 void forgetValue(Value *V);
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3189 SE->forgetValue(I); in fuseChosenPairs()
3190 SE->forgetValue(J); in fuseChosenPairs()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5053 void ScalarEvolution::forgetValue(Value *V) { in forgetValue() function in ScalarEvolution