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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 510 /// checkDstSubscript - Examines the SCEV Dst, returning true iff it's
512 bool checkDstSubscript(const SCEV *Dst,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 820 bool DependenceAnalysis::checkDstSubscript(const SCEV *Dst,
831 return checkDstSubscript(Start, LoopNest, Loops);
846 if (!checkDstSubscript(Dst, DstLoopNest, DstLoops))
    [all...]

Completed in 771 milliseconds