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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 577 /// collectConstantUpperBound - Calls collectUpperBound(), then
580 const SCEVConstant *collectConstantUpperBound(const Loop *l, Type *T) const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 578 /// collectConstantUpperBound - Calls collectUpperBound(), then
581 const SCEVConstant *collectConstantUpperBound(const Loop *l, Type *T) const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 525 collectConstantUpperBound(X->getAssociatedLoop(), Prod1->getType())) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 526 collectConstantUpperBound(X->getAssociatedLoop(), Prod1->getType())) {
    [all...]

Completed in 77 milliseconds