Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp973 SmallVector<PointerIntPair<const SCEV *, 1, bool>, 2> ChildScevs; in findForkedSCEVs() local
977 findForkedSCEVs(SE, L, I->getOperand(1), ChildScevs, Depth); in findForkedSCEVs()
978 findForkedSCEVs(SE, L, I->getOperand(2), ChildScevs, Depth); in findForkedSCEVs()
979 if (ChildScevs.size() == 2) { in findForkedSCEVs()
980 ScevList.push_back(ChildScevs[0]); in findForkedSCEVs()
981 ScevList.push_back(ChildScevs[1]); in findForkedSCEVs()
987 SmallVector<PointerIntPair<const SCEV *, 1, bool>, 2> ChildScevs; in findForkedSCEVs() local
992 findForkedSCEVs(SE, L, I->getOperand(0), ChildScevs, Depth); in findForkedSCEVs()
993 findForkedSCEVs(SE, L, I->getOperand(1), ChildScevs, Depth); in findForkedSCEVs()
995 if (ChildScevs.size() == 2) { in findForkedSCEVs()
[all …]