Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopDependenceAnalysis.h90 DependenceResult analysePair(DependencePair*) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopDependenceAnalysis.cpp217 LoopDependenceAnalysis::analysePair(DependencePair *P) const { in analysePair() function in LoopDependenceAnalysis
303 switch (p->Result = analysePair(p)) { in depends()