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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 438 /// getAssociatedLoop - Returns the loop associated with this constraint.
439 const Loop *getAssociatedLoop() const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 343 const Loop *DependenceAnalysis::Constraint::getAssociatedLoop() const {
530 collectConstantUpperBound(X->getAssociatedLoop(), Prod1->getType())) {
541 X->getAssociatedLoop());
    [all...]

Completed in 66 milliseconds