Searched refs:setDistance (Results 1 – 4 of 4) sorted by relevance
482 LLVM_ABI void setDistance(const SCEV *D, const Loop *CurrentLoop);
166 void setDistance(unsigned D) { Distance = D; } in setDistance() function
476 void DependenceInfo::Constraint::setDistance(const SCEV *D, in setDistance() function in DependenceInfo::Constraint1302 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop); in strongSIVtest()1314 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()1322 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
4227 Edge.setDistance(1); in SwingSchedulerDDG()