Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp862 SE.forgetLcssaPhiWithNewPredecessor(L, &PHI); in cloneLoopBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h956 void forgetLcssaPhiWithNewPredecessor(Loop *L, PHINode *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2963 PSE.getSE()->forgetLcssaPhiWithNewPredecessor(OrigLoop, &PN); in fixVectorizedLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8494 void ScalarEvolution::forgetLcssaPhiWithNewPredecessor(Loop *L, PHINode *V) { in forgetLcssaPhiWithNewPredecessor() function in ScalarEvolution