Searched refs:isZIVPair (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopDependenceAnalysis.h84 bool isZIVPair(const SCEV*, const SCEV*) const;
/external/llvm/lib/Analysis/
H A DLoopDependenceAnalysis.cpp156 bool LoopDependenceAnalysis::isZIVPair(const SCEV *A, const SCEV *B) const { function in class:LoopDependenceAnalysis
171 assert(isZIVPair(A, B) && "Attempted to ZIV-test non-ZIV SCEVs!");
205 if (isZIVPair(A, B))

Completed in 95 milliseconds