Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp120 SE.forgetValue(UserI); in InsertFreezeAndForgetFromSCEV()
180 SE.forgetValue(StepI); in run()
194 SE.forgetValue(FI); in run()
H A DLoopUnrollRuntime.cpp137 SE.forgetValue(&PN); in ConnectProlog()
238 SE.forgetValue(&PN); in ConnectEpilog()
H A DLoopVersioning.cpp141 SE->forgetValue(PN); in addPHINodes()
H A DLCSSA.cpp150 SE->forgetValue(I); in formLCSSAForInstructions()
H A DLoopRotationUtils.cpp125 SE->forgetValue(OrigHeaderVal); in RewriteUsesOfClonedInstructions()
H A DLoopPeel.cpp687 SE.forgetValue(&PHI); in cloneLoopBlocks()
H A DLoopSimplify.cpp601 if (SE) SE->forgetValue(PN); in simplifyOneLoop()
H A DLoopUtils.cpp1449 SE->forgetValue(PN); in rewriteLoopExitValues()
/llvm-project-15.0.7/llvm/unittests/Transforms/Scalar/
H A DLICMTest.cpp82 SE.forgetValue(IAfter); in TEST()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp897 SE.forgetValue(EscapeInst); in createScalarFinalization()
983 SE.forgetValue(&Inst); in invalidateScalarEvolution()
987 SE.forgetValue(&Inst); in invalidateScalarEvolution()
H A DIslNodeBuilder.cpp1168 SE.forgetValue(AccInst); in preloadUnconditionally()
/llvm-project-15.0.7/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 DIndVarSimplify.cpp500 SE->forgetValue(&PN); in rewriteFirstIterationLoopExitValues()
H A DLICM.cpp1479 SE->forgetValue(&I); in moveInstructionBefore()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h931 void forgetValue(Value *V);
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp881 SE.forgetValue(Load); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2022 SE.forgetValue(&I); in ~GeneratedRTChecks()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8329 void ScalarEvolution::forgetValue(Value *V) { in forgetValue() function in ScalarEvolution