HomeSort by: relevance | last modified time | path
    Searched refs:getDistance (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h 250 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopCacheAnalysis.cpp 237 const SCEV *Distance = D->getDistance(Level);
DependenceAnalysis.cpp 276 const SCEV *FullDependence::getDistance(unsigned Level) const {
613 const SCEV *Distance = getDistance(II);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp 1469 getDistance(pred, SU, *IP) * MII));
1493 getDistance(SU, succ, *IS) * MII));
2493 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II;
2501 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II;
2517 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II;
2525 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 139 const SCEV *Distance = D->getDistance(II);

Completed in 40 milliseconds