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

  /external/llvm/include/llvm/Analysis/
LoopDependenceAnalysis.h 49 struct Subscript {
59 SmallVector<Subscript, 4> Subscripts;
86 DependenceResult analyseZIV(const SCEV*, const SCEV*, Subscript*) const;
87 DependenceResult analyseSIV(const SCEV*, const SCEV*, Subscript*) const;
88 DependenceResult analyseMIV(const SCEV*, const SCEV*, Subscript*) const;
89 DependenceResult analyseSubscript(const SCEV*, const SCEV*, Subscript*) const;
  /external/llvm/lib/Analysis/
LoopDependenceAnalysis.cpp 18 // TODO: document lingo (pair, subscript, index)
172 Subscript *S) const {
180 Subscript *S) const {
187 Subscript *S) const {
194 Subscript *S) const {
195 DEBUG(dbgs() << " Testing subscript: " << *A << ", " << *B << "\n");
273 // to the first subscript. If we have e.g. (GEP x,0,i; GEP x,2,-i) and we
274 // know that x is a [100 x i8]*, we could modify the first subscript to be
282 Subscript subscript; local
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 52 milliseconds