Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp149 SE.forgetValue(UserI); in InsertFreezeAndForgetFromSCEV()
209 SE.forgetValue(StepI); in run()
223 SE.forgetValue(FI); in run()
H A DLoopVersioning.cpp142 SE->forgetValue(PN); in addPHINodes()
H A DLoopUnrollRuntime.cpp149 SE.forgetValue(&PN); in ConnectProlog()
257 SE.forgetValue(&PN); in ConnectEpilog()
H A DLoopSimplify.cpp600 if (SE) SE->forgetValue(PN); in simplifyOneLoop()
H A DLoopRotationUtils.cpp130 SE->forgetValue(OrigHeaderVal); in RewriteUsesOfClonedInstructions()
H A DLoopUnroll.cpp611 SE->forgetValue(&PHI); in UnrollLoop()
H A DLoopPeel.cpp822 SE.forgetValue(&PHI); in cloneLoopBlocks()
H A DLoopConstrainer.cpp507 SE.forgetValue(&PN); in cloneLoop()
H A DSimplifyIndVar.cpp265 SE->forgetValue(ICmp); in eliminateIVComparison()
761 SE->forgetValue(UseInst); in eliminateIdentitySCEV()
H A DLoopUtils.cpp1533 SE->forgetValue(PN); in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp1564 SE.forgetValue(Phi); in replaceCongruentIVs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h119 void forgetValue(Value *V);
H A DScalarEvolution.h944 void forgetValue(Value *V);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp487 SE->forgetValue(&PN); in rewriteFirstIterationLoopExitValues()
1161 SE->forgetValue(ToMove); in sinkUnusedInvariants()
1206 SE.forgetValue(&PN); in replaceLoopPHINodesWithPreheaderValues()
H A DNaryReassociate.cpp268 DeadInsts, TLI, nullptr, [this](Value *V) { SE->forgetValue(V); }); in doOneIteration()
H A DLoopFuse.cpp1664 SE.forgetValue(PHI); in performFusion()
1947 SE.forgetValue(PHI); in fuseGuardedLoops()
H A DJumpThreading.cpp1274 LVI->forgetValue(NLoadI); in simplifyPartiallyRedundantLoad()
1467 LVI->forgetValue(PredLoadI); in simplifyPartiallyRedundantLoad()
H A DSimpleLoopUnswitch.cpp1244 SE->forgetValue(&I); in buildClonedLoopBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp493 void forgetValue(Value *V) { TheCache.eraseValue(V); } in forgetValue() function in llvm::LazyValueInfoImpl
2004 void LazyValueInfo::forgetValue(Value *V) { in forgetValue() function in LazyValueInfo
2006 Impl->forgetValue(V); in forgetValue()
H A DScalarEvolution.cpp8458 void ScalarEvolution::forgetValue(Value *V) { in forgetValue() function in ScalarEvolution
8508 forgetValue(V); in forgetLcssaPhiWithNewPredecessor()
13375 SE->forgetValue(getValPtr()); in allUsesReplacedWith()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2164 SE.forgetValue(&I); in ~GeneratedRTChecks()