Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h482 LLVM_ABI void setDistance(const SCEV *D, const Loop *CurrentLoop);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h166 void setDistance(unsigned D) { Distance = D; } in setDistance() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp476 void DependenceInfo::Constraint::setDistance(const SCEV *D, in setDistance() function in DependenceInfo::Constraint
1302 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop); in strongSIVtest()
1314 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1322 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp4227 Edge.setDistance(1); in SwingSchedulerDDG()