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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 877 return LAI && LAI->getDepChecker().getDependences();
936 auto *Deps = LAI->getDepChecker().getDependences();
LoopAccessAnalysis.h 121 // getDependences. Note that as soon as there are different
234 const SmallVectorImpl<Dependence> *getDependences() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 180 const auto *Deps = LAI.getDepChecker().getDependences();
LoopDistribute.cpp 691 auto *Dependences = LAI->getDepChecker().getDependences();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 2222 if (auto *Dependences = DepChecker->getDependences()) {

Completed in 25 milliseconds