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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 441 /// getAssociatedLoop - Returns the loop associated with this constraint.
442 const Loop *getAssociatedLoop() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 431 /// getAssociatedLoop - Returns the loop associated with this constraint.
432 const Loop *getAssociatedLoop() const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 349 const Loop *DependenceInfo::Constraint::getAssociatedLoop() const {
525 collectConstantUpperBound(X->getAssociatedLoop(), Prod1->getType())) {
536 X->getAssociatedLoop());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 349 const Loop *DependenceInfo::Constraint::getAssociatedLoop() const {
526 collectConstantUpperBound(X->getAssociatedLoop(), Prod1->getType())) {
537 X->getAssociatedLoop());
    [all...]

Completed in 527 milliseconds