Searched refs:getDistance (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 161 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 D | MachinePipeliner.cpp | 1417 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 D | MachinePipeliner.h | 261 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
|
| H A D | DependenceAnalysis.cpp | 341 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence 678 const SCEV *Distance = getDistance(II); in dump()
|