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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 547 /// checkSrcSubscript - Examines the SCEV Src, returning true iff it's
549 bool checkSrcSubscript(const SCEV *Src,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 858 bool DependenceAnalysis::checkSrcSubscript(const SCEV *Src,
877 return checkSrcSubscript(Start, LoopNest, Loops);
916 if (!checkSrcSubscript(Src, SrcLoopNest, SrcLoops))
    [all...]

Completed in 93 milliseconds