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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 570 /// collectUpperBound - All subscripts are the same type (on my machine,
571 /// an i64). The loop bound may be a smaller type. collectUpperBound
575 const SCEV *collectUpperBound(const Loop *l, Type *T) const;
577 /// collectConstantUpperBound - Calls collectUpperBound(), then
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 571 /// collectUpperBound - All subscripts are the same type (on my machine,
572 /// an i64). The loop bound may be a smaller type. collectUpperBound
576 const SCEV *collectUpperBound(const Loop *l, Type *T) const;
578 /// collectConstantUpperBound - Calls collectUpperBound(), then
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]

Completed in 406 milliseconds