Searched refs:getAssociatedLoop (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h434 /// getAssociatedLoop - Returns the loop associated with this constraint.
435 const Loop *getAssociatedLoop() const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp343 const Loop *DependenceAnalysis::Constraint::getAssociatedLoop() const { function in class:DependenceAnalysis::Constraint
530 collectConstantUpperBound(X->getAssociatedLoop(), Prod1->getType())) {
541 X->getAssociatedLoop());
3011 const Loop *CurLoop = CurConstraint.getAssociatedLoop();
3038 const Loop *CurLoop = CurConstraint.getAssociatedLoop();
3112 const Loop *CurLoop = CurConstraint.getAssociatedLoop();

Completed in 100 milliseconds