Searched refs:getDistance (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | DDGTest.cpp | 126 EXPECT_NE(DL.back()->getDistance(1), nullptr); in TEST() 127 EXPECT_EQ(DL.back()->getDistance(1), in TEST() 128 SE.getOne(DL.back()->getDistance(1)->getType())); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 159 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function 240 const SCEV *getDistance(unsigned Level) const override;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1460 getDistance(pred, SU, P) * MII)); in computeNodeFunctions() 1482 getDistance(SU, succ, S) * MII)); in computeNodeFunctions() 2487 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart() 2495 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart() 2511 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart() 2519 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 259 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 246 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
|
| H A D | DependenceAnalysis.cpp | 278 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence 615 const SCEV *Distance = getDistance(II); in dump()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 136 const SCEV *Distance = D->getDistance(II); in populateDependencyMatrix()
|