Home
last modified time | relevance | path

Searched refs:forgetLcssaPhiWithNewPredecessor (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp141 SE->forgetLcssaPhiWithNewPredecessor(VersionedLoop, PN); in addPHINodes()
H A DLoopUnrollRuntime.cpp148 SE.forgetLcssaPhiWithNewPredecessor(L, &PN); in ConnectProlog()
H A DLoopUnroll.cpp777 SE->forgetLcssaPhiWithNewPredecessor(L, &PHI); in UnrollLoop()
H A DLoopConstrainer.cpp513 SE.forgetLcssaPhiWithNewPredecessor(&OriginalLoop, &PN); in cloneLoop()
H A DLoopPeel.cpp977 SE.forgetLcssaPhiWithNewPredecessor(L, &PHI); in cloneLoopBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h983 LLVM_ABI void forgetLcssaPhiWithNewPredecessor(Loop *L, PHINode *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1259 SE->forgetLcssaPhiWithNewPredecessor(&L, PN); in buildClonedLoopBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2663 PSE.getSE()->forgetLcssaPhiWithNewPredecessor(OrigLoop, &PN); in fixVectorizedLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8533 void ScalarEvolution::forgetLcssaPhiWithNewPredecessor(Loop *L, PHINode *V) { in forgetLcssaPhiWithNewPredecessor() function in ScalarEvolution