Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp122 SE.forgetValue(UserI); in InsertFreezeAndForgetFromSCEV()
182 SE.forgetValue(StepI); in run()
196 SE.forgetValue(FI); in run()
H A DLCSSA.cpp151 SE->forgetValue(I); in formLCSSAForInstructions()
H A DLoopSimplify.cpp607 if (SE) SE->forgetValue(PN); in simplifyOneLoop()
H A DSimplifyIndVar.cpp775 SE->forgetValue(BO); in strengthenOverflowingOperation()
782 SE->forgetValue(BO); in strengthenOverflowingOperation()
H A DLoopUtils.cpp1332 SE->forgetValue(PN); in rewriteLoopExitValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp268 DeadInsts, TLI, nullptr, [this](Value *V) { SE->forgetValue(V); }); in doOneIteration()
H A DLoopFuse.cpp1416 SE.forgetValue(PHI); in performFusion()
1697 SE.forgetValue(PHI); in fuseGuardedLoops()
H A DLICM.cpp1543 SE->forgetValue(&I); in moveInstructionBefore()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h834 void forgetValue(Value *V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2013 SE.forgetValue(&I); in ~GeneratedRTChecks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7272 void ScalarEvolution::forgetValue(Value *V) { in forgetValue() function in ScalarEvolution