Searched refs:findForkedSCEVs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 887 static void findForkedSCEVs( in findForkedSCEVs() function 933 findForkedSCEVs(SE, L, I->getOperand(0), BaseScevs, Depth); in findForkedSCEVs() 934 findForkedSCEVs(SE, L, I->getOperand(1), OffsetScevs, Depth); in findForkedSCEVs() 977 findForkedSCEVs(SE, L, I->getOperand(1), ChildScevs, Depth); in findForkedSCEVs() 978 findForkedSCEVs(SE, L, I->getOperand(2), ChildScevs, Depth); in findForkedSCEVs() 992 findForkedSCEVs(SE, L, I->getOperand(0), ChildScevs, Depth); in findForkedSCEVs() 993 findForkedSCEVs(SE, L, I->getOperand(1), ChildScevs, Depth); in findForkedSCEVs() 1006 findForkedSCEVs(SE, L, I->getOperand(0), LScevs, Depth); in findForkedSCEVs() 1007 findForkedSCEVs(SE, L, I->getOperand(1), RScevs, Depth); in findForkedSCEVs() 1048 findForkedSCEVs(SE, L, Ptr, Scevs, MaxForkedSCEVDepth); in findForkedPointer()
|