Home
last modified time | relevance | path

Searched refs:isDependencePair (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopDependenceAnalysis.cpp115 bool LoopDependenceAnalysis::isDependencePair(const Value *A, in isDependencePair() function in LoopDependenceAnalysis
296 assert(isDependencePair(A, B) && "Values form no dependence pair!"); in depends()
355 if (LDA->isDependencePair(*x, *y)) in PrintLoopInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopDependenceAnalysis.h101 bool isDependencePair(const Value*, const Value*) const;