Searched refs:getDistance (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h155 /// getDistance - Returns the distance (or NULL) associated with a
157 virtual const SCEV *getDistance(unsigned Level) const { return NULL; } function in class:llvm::Dependence
249 /// getDistance - Returns the distance (or NULL) associated with a
251 const SCEV *getDistance(unsigned Level) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp250 const SCEV *FullDependence::getDistance(unsigned Level) const { function in class:FullDependence
597 const SCEV *Distance = getDistance(II);

Completed in 47 milliseconds