Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h614 Constraint &NewConstraint,
652 Constraint &NewConstraint) const;
670 Constraint &NewConstraint,
689 Constraint &NewConstraint) const;
707 Constraint &NewConstraint) const;
725 Constraint &NewConstraint) const;
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1069 Constraint &NewConstraint) const { in strongSIVtest()
1119 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop); in strongSIVtest()
1131 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1139 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1143 NewConstraint.setLine(Coeff, in strongSIVtest()
1205 Constraint &NewConstraint, const SCEV *&SplitIter) const { in weakCrossingSIVtest() argument
1216 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest()
1417 Constraint &NewConstraint) const { in exactSIVtest()
1429 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1627 Constraint &NewConstraint) const { in weakZeroSrcSIVtest()
[all …]