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

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 225 if (!LastExit || !L->isLoopExiting(LastExit))
274 if (!L->isLoopExiting(OrigHeader))
279 if (OrigLatch == 0 || L->isLoopExiting(OrigLatch))
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 144 isExiting = loop ? loop->isLoopExiting(mbb) : false;
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 146 /// isLoopExiting - True if terminator in the block can branch to another
149 bool isLoopExiting(const BlockT *BB) const {
LoopInfoImpl.h 348 if (isLoopExiting(BB)) OS << "<exiting>";

Completed in 120 milliseconds