Home
last modified time | relevance | path

Searched defs:getDistance (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h163 unsigned getDistance() const { return Distance; } in getDistance() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp360 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence