Home
last modified time | relevance | path

Searched refs:getDistance (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function
254 const SCEV *getDistance(unsigned Level) const override;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1417 getDistance(pred, SU, P) * MII)); in computeNodeFunctions()
1439 getDistance(SU, succ, S) * MII)); in computeNodeFunctions()
2445 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
2453 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart()
2469 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart()
2477 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h261 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
H A DDependenceAnalysis.cpp341 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence
678 const SCEV *Distance = getDistance(II); in dump()