HomeSort by relevance Sort by last modified time
    Searched refs:isZIVPair (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopDependenceAnalysis.h 84 bool isZIVPair(const SCEV*, const SCEV*) const;
  /external/llvm/lib/Analysis/
LoopDependenceAnalysis.cpp 156 bool LoopDependenceAnalysis::isZIVPair(const SCEV *A, const SCEV *B) const {
171 assert(isZIVPair(A, B) && "Attempted to ZIV-test non-ZIV SCEVs!");
205 if (isZIVPair(A, B))

Completed in 748 milliseconds