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 250 if (!LastExit || !L->isLoopExiting(LastExit))
310 if (!L->isLoopExiting(OrigHeader))
320 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch)
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 130 isExiting = loop ? loop->isLoopExiting(mbb) : false;
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 151 /// isLoopExiting - True if terminator in the block can branch to another
154 bool isLoopExiting(const BlockT *BB) const {
LoopInfoImpl.h 329 if (isLoopExiting(BB)) OS << "<exiting>";

Completed in 48 milliseconds