Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getLoopFor

670   /// getLoopFor - Return the inner most loop that BB lives in.  If a basic
673 LoopT *getLoopFor(const BlockT *BB) const {
679 /// operator[] - same as getLoopFor...
682 return getLoopFor(BB);
689 const LoopT *L = getLoopFor(BB);
695 const LoopT *L = getLoopFor(BB);
810 const_cast<LoopT *>(getLoopFor(X)))
973 /// getLoopFor - Return the inner most loop that BB lives in. If a basic
976 inline Loop *getLoopFor(const BasicBlock *BB) const {
977 return LI.getLoopFor(BB);
980 /// operator[] - same as getLoopFor...
983 return LI.getLoopFor(BB);
1060 Loop *ToLoop = getLoopFor(I->getParent());
1065 return ToLoop->contains(getLoopFor(From->getParent()));